|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
com.ibm.websphere.models.config.wbi.nd.topology.instance.util.WBITopologyAdapterFactory
public class WBITopologyAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
WBITopologyPackage
Field Summary | |
---|---|
protected static WBITopologyPackage |
modelPackage
The cached model package |
protected WBITopologySwitch |
modelSwitch
The switch the delegates to the createXXX methods |
Constructor Summary | |
---|---|
WBITopologyAdapterFactory()
Creates an instance of the adapter factory |
Method Summary | |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the target |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case |
org.eclipse.emf.common.notify.Adapter |
createWBI_SIBAdapter()
Creates a new adapter for an object of class ' WBI SIB ' |
org.eclipse.emf.common.notify.Adapter |
createWBIAuthAliasAdapter()
Creates a new adapter for an object of class ' WBI Auth Alias ' |
org.eclipse.emf.common.notify.Adapter |
createWBIBaseElementAdapter()
Creates a new adapter for an object of class ' WBI Base Element ' |
org.eclipse.emf.common.notify.Adapter |
createWBIBusAdapter()
Creates a new adapter for an object of class ' WBI Bus ' |
org.eclipse.emf.common.notify.Adapter |
createWBIClusterAdapter()
Creates a new adapter for an object of class ' WBI Cluster ' |
org.eclipse.emf.common.notify.Adapter |
createWBIClusterMemberAdapter()
Creates a new adapter for an object of class ' WBI Cluster Member ' |
org.eclipse.emf.common.notify.Adapter |
createWBIComponentAdapter()
Creates a new adapter for an object of class ' WBI Component ' |
org.eclipse.emf.common.notify.Adapter |
createWBIDataSrcAdapter()
Creates a new adapter for an object of class ' WBI Data Src ' |
org.eclipse.emf.common.notify.Adapter |
createWBIDBProviderAdapter()
Creates a new adapter for an object of class ' WBIDB Provider ' |
org.eclipse.emf.common.notify.Adapter |
createWBIDeploymentTargetAdapter()
Creates a new adapter for an object of class ' WBI Deployment Target ' |
org.eclipse.emf.common.notify.Adapter |
createWBIMEAdapter()
Creates a new adapter for an object of class ' WBIME ' |
org.eclipse.emf.common.notify.Adapter |
createWBINodeAdapter()
Creates a new adapter for an object of class ' WBI Node ' |
org.eclipse.emf.common.notify.Adapter |
createWBIPropertyAdapter()
Creates a new adapter for an object of class ' WBI Property ' |
org.eclipse.emf.common.notify.Adapter |
createWBIRestServicesComponentAdapter()
Creates a new adapter for an object of class ' WBI Rest Services Component ' |
org.eclipse.emf.common.notify.Adapter |
createWBIRuntimeCapabilityAdapter()
Creates a new adapter for an object of class ' WBI Runtime Capability ' |
org.eclipse.emf.common.notify.Adapter |
createWBISingleServerAdapter()
Creates a new adapter for an object of class ' WBI Single Server ' |
org.eclipse.emf.common.notify.Adapter |
createWBITopologyAdapter()
Creates a new adapter for an object of class ' WBI Topology ' |
org.eclipse.emf.common.notify.Adapter |
createWBITopologyPatternAdapter()
Creates a new adapter for an object of class ' Pattern ' |
org.eclipse.emf.common.notify.Adapter |
createWBITopologyRoleAdapter()
Creates a new adapter for an object of class ' Role ' |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object |
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl |
---|
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static WBITopologyPackage modelPackage
protected WBITopologySwitch modelSwitch
createXXX
methods.
Constructor Detail |
---|
public WBITopologyAdapterFactory()
Method Detail |
---|
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.
target
.public org.eclipse.emf.common.notify.Adapter createWBITopologyAdapter()
WBI Topology
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBITopology
public org.eclipse.emf.common.notify.Adapter createWBITopologyRoleAdapter()
Role
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBITopologyRole
public org.eclipse.emf.common.notify.Adapter createWBIComponentAdapter()
WBI Component
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBIComponent
public org.eclipse.emf.common.notify.Adapter createWBI_SIBAdapter()
WBI SIB
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBI_SIB
public org.eclipse.emf.common.notify.Adapter createWBINodeAdapter()
WBI Node
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBINode
public org.eclipse.emf.common.notify.Adapter createWBIDeploymentTargetAdapter()
WBI Deployment Target
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBIDeploymentTarget
public org.eclipse.emf.common.notify.Adapter createWBIDataSrcAdapter()
WBI Data Src
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBIDataSrc
public org.eclipse.emf.common.notify.Adapter createWBIAuthAliasAdapter()
WBI Auth Alias
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBIAuthAlias
public org.eclipse.emf.common.notify.Adapter createWBIBusAdapter()
WBI Bus
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBIBus
public org.eclipse.emf.common.notify.Adapter createWBIMEAdapter()
WBIME
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBIME
public org.eclipse.emf.common.notify.Adapter createWBISingleServerAdapter()
WBI Single Server
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBISingleServer
public org.eclipse.emf.common.notify.Adapter createWBIClusterAdapter()
WBI Cluster
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBICluster
public org.eclipse.emf.common.notify.Adapter createWBITopologyPatternAdapter()
Pattern
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBITopologyPattern
public org.eclipse.emf.common.notify.Adapter createWBIRuntimeCapabilityAdapter()
WBI Runtime Capability
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBIRuntimeCapability
public org.eclipse.emf.common.notify.Adapter createWBIBaseElementAdapter()
WBI Base Element
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBIBaseElement
public org.eclipse.emf.common.notify.Adapter createWBIPropertyAdapter()
WBI Property
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBIProperty
public org.eclipse.emf.common.notify.Adapter createWBIDBProviderAdapter()
WBIDB Provider
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBIDBProvider
public org.eclipse.emf.common.notify.Adapter createWBIClusterMemberAdapter()
WBI Cluster Member
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBIClusterMember
public org.eclipse.emf.common.notify.Adapter createWBIRestServicesComponentAdapter()
WBI Rest Services Component
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WBIRestServicesComponent
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |