|
||||||||||
| 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.carma.model.util.ModelAdapterFactory
public class ModelAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
ModelPackage| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Constructor Summary | |
|---|---|
ModelAdapterFactory()
Creates an instance of the adapter factory. |
|
| Method Summary | |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createActionAdapter()
Creates a new adapter for an object of class ' Action'. |
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 |
createCARMAAdapter()
Creates a new adapter for an object of class ' CARMA'. |
org.eclipse.emf.common.notify.Adapter |
createCARMAContainerAdapter()
Creates a new adapter for an object of class ' CARMA Container'. |
org.eclipse.emf.common.notify.Adapter |
createCARMAContentAdapter()
Creates a new adapter for an object of class ' CARMA Content'. |
org.eclipse.emf.common.notify.Adapter |
createCARMAMemberAdapter()
Creates a new adapter for an object of class ' CARMA Member'. |
org.eclipse.emf.common.notify.Adapter |
createCARMAMemberVersionAdapter()
Creates a new adapter for an object of class ' CARMA Member Version'. |
org.eclipse.emf.common.notify.Adapter |
createCARMAResourceAdapter()
Creates a new adapter for an object of class ' CARMA Resource'. |
org.eclipse.emf.common.notify.Adapter |
createCARMAReturnAdapter()
Creates a new adapter for an object of class ' CARMA Return'. |
org.eclipse.emf.common.notify.Adapter |
createConvertableAdapter()
Creates a new adapter for an object of class ' Convertable'. |
org.eclipse.emf.common.notify.Adapter |
createCustomActionAccepterAdapter()
Creates a new adapter for an object of class ' Custom Action Accepter'. |
org.eclipse.emf.common.notify.Adapter |
createCustomParameterAdapter()
Creates a new adapter for an object of class ' Custom Parameter'. |
org.eclipse.emf.common.notify.Adapter |
createDefaultParameterAdapter()
Creates a new adapter for an object of class ' Default Parameter'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createFieldAdapter()
Creates a new adapter for an object of class ' Field'. |
org.eclipse.emf.common.notify.Adapter |
createFilterableAdapter()
Creates a new adapter for an object of class ' Filterable'. |
org.eclipse.emf.common.notify.Adapter |
createFilterContentAdapter()
Creates a new adapter for an object of class ' Filter Content'. |
org.eclipse.emf.common.notify.Adapter |
createKeyValuePairAdapter()
Creates a new adapter for an object of class ' Key Value Pair'. |
org.eclipse.emf.common.notify.Adapter |
createManagedAdapter()
Creates a new adapter for an object of class ' Managed'. |
org.eclipse.emf.common.notify.Adapter |
createMovableAdapter()
Creates a new adapter for an object of class ' Movable'. |
org.eclipse.emf.common.notify.Adapter |
createParameterAdapter()
Creates a new adapter for an object of class ' Parameter'. |
org.eclipse.emf.common.notify.Adapter |
createPropertiesAdapter()
Creates a new adapter for an object of class ' Properties'. |
org.eclipse.emf.common.notify.Adapter |
createRepositoryInstanceAdapter()
Creates a new adapter for an object of class ' Repository Instance'. |
org.eclipse.emf.common.notify.Adapter |
createRepositoryManagerAdapter()
Creates a new adapter for an object of class ' Repository Manager'. |
org.eclipse.emf.common.notify.Adapter |
createResourceContainerAdapter()
Creates a new adapter for an object of class ' Resource Container'. |
org.eclipse.emf.common.notify.Adapter |
createReturnItemAdapter()
Creates a new adapter for an object of class ' Return Item'. |
org.eclipse.emf.common.notify.Adapter |
createReturnValueAdapter()
Creates a new adapter for an object of class ' Return Value'. |
org.eclipse.emf.common.notify.Adapter |
createTransportConnectionListenerAdapter()
Creates a new adapter for an object of class ' Transport Connection Listener'. |
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String copyright
| Constructor Detail |
|---|
public ModelAdapterFactory()
| 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.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.
target.public org.eclipse.emf.common.notify.Adapter createCARMAAdapter()
CARMA'.
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.
CARMApublic org.eclipse.emf.common.notify.Adapter createResourceContainerAdapter()
Resource Container'.
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.
ResourceContainerpublic org.eclipse.emf.common.notify.Adapter createCARMAMemberAdapter()
CARMA 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.
CARMAMemberpublic org.eclipse.emf.common.notify.Adapter createCARMAResourceAdapter()
CARMA Resource'.
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.
CARMAResourcepublic org.eclipse.emf.common.notify.Adapter createRepositoryInstanceAdapter()
Repository Instance'.
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.
RepositoryInstancepublic org.eclipse.emf.common.notify.Adapter createRepositoryManagerAdapter()
Repository Manager'.
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.
RepositoryManagerpublic org.eclipse.emf.common.notify.Adapter createActionAdapter()
Action'.
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.
Actionpublic org.eclipse.emf.common.notify.Adapter createParameterAdapter()
Parameter'.
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.
Parameterpublic org.eclipse.emf.common.notify.Adapter createFieldAdapter()
Field'.
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.
Fieldpublic org.eclipse.emf.common.notify.Adapter createMovableAdapter()
Movable'.
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.
Movablepublic org.eclipse.emf.common.notify.Adapter createCARMAContainerAdapter()
CARMA Container'.
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.
CARMAContainerpublic org.eclipse.emf.common.notify.Adapter createManagedAdapter()
Managed'.
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.
Managedpublic org.eclipse.emf.common.notify.Adapter createKeyValuePairAdapter()
Key Value Pair'.
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.
Map.Entrypublic org.eclipse.emf.common.notify.Adapter createCARMAContentAdapter()
CARMA Content'.
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.
CARMAContentpublic org.eclipse.emf.common.notify.Adapter createPropertiesAdapter()
Properties'.
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.
Map.Entrypublic org.eclipse.emf.common.notify.Adapter createTransportConnectionListenerAdapter()
Transport Connection Listener'.
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.
TransportConnectionListenerpublic org.eclipse.emf.common.notify.Adapter createReturnValueAdapter()
Return Value'.
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.
ReturnValuepublic org.eclipse.emf.common.notify.Adapter createCustomParameterAdapter()
Custom Parameter'.
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.
CustomParameterpublic org.eclipse.emf.common.notify.Adapter createCustomActionAccepterAdapter()
Custom Action Accepter'.
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.
CustomActionAccepterpublic org.eclipse.emf.common.notify.Adapter createCARMAReturnAdapter()
CARMA Return'.
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.
CARMAReturnpublic org.eclipse.emf.common.notify.Adapter createReturnItemAdapter()
Return Item'.
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.
Map.Entrypublic org.eclipse.emf.common.notify.Adapter createDefaultParameterAdapter()
Default Parameter'.
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.
DefaultParameterpublic org.eclipse.emf.common.notify.Adapter createConvertableAdapter()
Convertable'.
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.
Convertablepublic org.eclipse.emf.common.notify.Adapter createFilterableAdapter()
Filterable'.
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.
Filterablepublic org.eclipse.emf.common.notify.Adapter createFilterContentAdapter()
Filter Content'.
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.
Map.Entrypublic org.eclipse.emf.common.notify.Adapter createCARMAMemberVersionAdapter()
CARMA Member Version'.
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.
CARMAMemberVersionpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||