|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.models.config.wbi.nd.topology.instance.util.WBITopologySwitch
public class WBITopologySwitch
The Switch for the model's inheritance hierarchy.
It supports the call 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.
WBITopologyPackage
Field Summary | |
---|---|
protected static WBITopologyPackage |
modelPackage
The cached model package |
Constructor Summary | |
---|---|
WBITopologySwitch()
Creates an instance of the switch |
Method Summary | |
---|---|
java.lang.Object |
caseWBI_SIB(WBI_SIB object)
Returns the result of interpretting the object as an instance of 'WBI SIB' |
java.lang.Object |
caseWBIAuthAlias(WBIAuthAlias object)
Returns the result of interpretting the object as an instance of 'WBI Auth Alias' |
java.lang.Object |
caseWBIBaseElement(WBIBaseElement object)
Returns the result of interpretting the object as an instance of 'WBI Base Element' |
java.lang.Object |
caseWBIBus(WBIBus object)
Returns the result of interpretting the object as an instance of 'WBI Bus' |
java.lang.Object |
caseWBICluster(WBICluster object)
Returns the result of interpretting the object as an instance of 'WBI Cluster' |
java.lang.Object |
caseWBIClusterMember(WBIClusterMember object)
Returns the result of interpretting the object as an instance of 'WBI Cluster Member' |
java.lang.Object |
caseWBIComponent(WBIComponent object)
Returns the result of interpretting the object as an instance of 'WBI Component' |
java.lang.Object |
caseWBIDataSrc(WBIDataSrc object)
Returns the result of interpretting the object as an instance of 'WBI Data Src' |
java.lang.Object |
caseWBIDBProvider(WBIDBProvider object)
Returns the result of interpretting the object as an instance of 'WBIDB Provider' |
java.lang.Object |
caseWBIDeploymentTarget(WBIDeploymentTarget object)
Returns the result of interpretting the object as an instance of 'WBI Deployment Target' |
java.lang.Object |
caseWBIME(WBIME object)
Returns the result of interpretting the object as an instance of 'WBIME' |
java.lang.Object |
caseWBINode(WBINode object)
Returns the result of interpretting the object as an instance of 'WBI Node' |
java.lang.Object |
caseWBIProperty(WBIProperty object)
Returns the result of interpretting the object as an instance of 'WBI Property' |
java.lang.Object |
caseWBIRestServicesComponent(WBIRestServicesComponent object)
Returns the result of interpretting the object as an instance of 'WBI Rest Services Component' |
java.lang.Object |
caseWBIRuntimeCapability(WBIRuntimeCapability object)
Returns the result of interpretting the object as an instance of 'WBI Runtime Capability' |
java.lang.Object |
caseWBISingleServer(WBISingleServer object)
Returns the result of interpretting the object as an instance of 'WBI Single Server' |
java.lang.Object |
caseWBITopology(WBITopology object)
Returns the result of interpretting the object as an instance of 'WBI Topology' |
java.lang.Object |
caseWBITopologyPattern(WBITopologyPattern object)
Returns the result of interpretting the object as an instance of 'Pattern' |
java.lang.Object |
caseWBITopologyRole(WBITopologyRole object)
Returns the result of interpretting the object as an instance of 'Role' |
java.lang.Object |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpretting the object as an instance of 'EObject' |
protected java.lang.Object |
doSwitch(org.eclipse.emf.ecore.EClass theEClass,
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 |
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 |
protected java.lang.Object |
doSwitch(int classifierID,
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static WBITopologyPackage modelPackage
Constructor Detail |
---|
public WBITopologySwitch()
Method Detail |
---|
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.protected java.lang.Object doSwitch(org.eclipse.emf.ecore.EClass theEClass, 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.protected java.lang.Object doSwitch(int classifierID, 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 caseWBITopology(WBITopology object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBITopologyRole(WBITopologyRole object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBIComponent(WBIComponent object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBI_SIB(WBI_SIB object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBINode(WBINode object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBIDeploymentTarget(WBIDeploymentTarget object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBIDataSrc(WBIDataSrc object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBIAuthAlias(WBIAuthAlias object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBIBus(WBIBus object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBIME(WBIME object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBISingleServer(WBISingleServer object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBICluster(WBICluster object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBITopologyPattern(WBITopologyPattern object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBIRuntimeCapability(WBIRuntimeCapability object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBIBaseElement(WBIBaseElement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBIProperty(WBIProperty object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBIDBProvider(WBIDBProvider object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBIClusterMember(WBIClusterMember object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWBIRestServicesComponent(WBIRestServicesComponent 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |