public class GiftCenterEntitySwitch
extends java.lang.Object
doSwitch(object)
to invoke the caseXXX
method for each class of the model,
starting with the actual class of the object
and proceeding up the inheritance hierarchy
until a non-null result is returned,
which is the result of the switch.
GiftCenterEntityPackage
Constructor and Description |
---|
GiftCenterEntitySwitch()
Creates an instance of the switch.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
caseGiftCenterRoot(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.GiftCenterRoot object)
Returns the result of interpreting the object as an instance of 'Gift Center Root'.
|
java.lang.Object |
caseGraddr(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Graddr object)
Returns the result of interpreting the object as an instance of 'Graddr'.
|
java.lang.Object |
caseGrannhist(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grannhist object)
Returns the result of interpreting the object as an instance of 'Grannhist'.
|
java.lang.Object |
caseGranntmplt(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Granntmplt object)
Returns the result of interpreting the object as an instance of 'Granntmplt'.
|
java.lang.Object |
caseGremllist(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Gremllist object)
Returns the result of interpreting the object as an instance of 'Gremllist'.
|
java.lang.Object |
caseGretdesc(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Gretdesc object)
Returns the result of interpreting the object as an instance of 'Gretdesc'.
|
java.lang.Object |
caseGrevnttype(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grevnttype object)
Returns the result of interpreting the object as an instance of 'Grevnttype'.
|
java.lang.Object |
caseGrevtrmdlg(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grevtrmdlg object)
Returns the result of interpreting the object as an instance of 'Grevtrmdlg'.
|
java.lang.Object |
caseGrgftitm(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grgftitm object)
Returns the result of interpreting the object as an instance of 'Grgftitm'.
|
java.lang.Object |
caseGrgftreg(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grgftreg object)
Returns the result of interpreting the object as an instance of 'Grgftreg'.
|
java.lang.Object |
caseGrperattr(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grperattr object)
Returns the result of interpreting the object as an instance of 'Grperattr'.
|
java.lang.Object |
caseGrpurrec(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grpurrec object)
Returns the result of interpreting the object as an instance of 'Grpurrec'.
|
java.lang.Object |
caseGrregrule(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grregrule object)
Returns the result of interpreting the object as an instance of 'Grregrule'.
|
java.lang.Object |
caseGrrgstrnt(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grrgstrnt object)
Returns the result of interpreting the object as an instance of 'Grrgstrnt'.
|
java.lang.Object |
caseGruserauth(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Gruserauth object)
Returns the result of interpreting the object as an instance of 'Gruserauth'.
|
java.lang.Object |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
java.lang.Object |
doSwitch(org.eclipse.emf.ecore.EObject theEObject)
Calls
caseXXX for each class of the model until one returns a non null result; it yields that result. |
public GiftCenterEntitySwitch()
public java.lang.Object doSwitch(org.eclipse.emf.ecore.EObject theEObject)
caseXXX
for each class of the model until one returns a non null result; it yields that result.
caseXXX
call.public java.lang.Object caseGiftCenterRoot(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.GiftCenterRoot object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseGraddr(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Graddr object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseGrannhist(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grannhist object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseGranntmplt(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Granntmplt object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseGremllist(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Gremllist object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseGretdesc(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Gretdesc object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseGrevnttype(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grevnttype object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseGrevtrmdlg(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grevtrmdlg object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseGrgftitm(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grgftitm object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseGrgftreg(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grgftreg object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseGrperattr(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grperattr object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseGrpurrec(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grpurrec object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseGrregrule(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grregrule object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseGrrgstrnt(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Grrgstrnt object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseGruserauth(com.ibm.commerce.giftcenter.facade.server.entity.datatypes.Gruserauth object)
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object defaultCase(org.eclipse.emf.ecore.EObject object)
object
- the target of the switch.doSwitch(org.eclipse.emf.ecore.EObject)