|
|||||||||
| 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
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.util.OperationsAdapterFactory
public class OperationsAdapterFactory
The Adapter Factory for the model. It provides
an adapter createXXX method for each class of the model.
OperationsPackage| Constructor Summary | |
|---|---|
OperationsAdapterFactory()
Creates an instance of the adapter factory. |
|
| Method Summary | |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractOperationAdapter()
Creates a new adapter for an object of class ' Abstract Operation'. |
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 |
createAttributeOperationAdapter()
Creates a new adapter for an object of class ' Attribute Operation'. |
org.eclipse.emf.common.notify.Adapter |
createCompositeOperationAdapter()
Creates a new adapter for an object of class ' Composite Operation'. |
org.eclipse.emf.common.notify.Adapter |
createCreateDeleteOperationAdapter()
Creates a new adapter for an object of class ' Create Delete Operation'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createEObjectToModelElementIdMapAdapter()
Creates a new adapter for an object of class ' EObject To Model Element Id Map'. |
org.eclipse.emf.common.notify.Adapter |
createFeatureOperationAdapter()
Creates a new adapter for an object of class ' Feature Operation'. |
org.eclipse.emf.common.notify.Adapter |
createIdentifiableElementAdapter()
Creates a new adapter for an object of class ' Identifiable Element'. |
org.eclipse.emf.common.notify.Adapter |
createModelElementGroupAdapter()
Creates a new adapter for an object of class ' Model Element Group'. |
org.eclipse.emf.common.notify.Adapter |
createMultiAttributeMoveOperationAdapter()
Creates a new adapter for an object of class ' Multi Attribute Move Operation'. |
org.eclipse.emf.common.notify.Adapter |
createMultiAttributeOperationAdapter()
Creates a new adapter for an object of class ' Multi Attribute Operation'. |
org.eclipse.emf.common.notify.Adapter |
createMultiAttributeSetOperationAdapter()
Creates a new adapter for an object of class ' Multi Attribute Set Operation'. |
org.eclipse.emf.common.notify.Adapter |
createMultiReferenceMoveOperationAdapter()
Creates a new adapter for an object of class ' Multi Reference Move Operation'. |
org.eclipse.emf.common.notify.Adapter |
createMultiReferenceOperationAdapter()
Creates a new adapter for an object of class ' Multi Reference Operation'. |
org.eclipse.emf.common.notify.Adapter |
createMultiReferenceSetOperationAdapter()
Creates a new adapter for an object of class ' Multi Reference Set Operation'. |
org.eclipse.emf.common.notify.Adapter |
createOperationGroupAdapter()
Creates a new adapter for an object of class ' Operation Group'. |
org.eclipse.emf.common.notify.Adapter |
createOperationIdAdapter()
Creates a new adapter for an object of class ' Operation Id'. |
org.eclipse.emf.common.notify.Adapter |
createReferenceOperationAdapter()
Creates a new adapter for an object of class ' Reference Operation'. |
org.eclipse.emf.common.notify.Adapter |
createSingleReferenceOperationAdapter()
Creates a new adapter for an object of class ' Single Reference Operation'. |
org.eclipse.emf.common.notify.Adapter |
createUniqueIdentifierAdapter()
Creates a new adapter for an object of class ' Unique Identifier'. |
boolean |
isFactoryForType(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 |
| Constructor Detail |
|---|
public OperationsAdapterFactory()
| Method Detail |
|---|
public boolean isFactoryForType(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 createAbstractOperationAdapter()
Abstract Operation'.
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.
AbstractOperationpublic org.eclipse.emf.common.notify.Adapter createCompositeOperationAdapter()
Composite Operation'.
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.
CompositeOperationpublic org.eclipse.emf.common.notify.Adapter createFeatureOperationAdapter()
Feature Operation'.
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.
FeatureOperationpublic org.eclipse.emf.common.notify.Adapter createCreateDeleteOperationAdapter()
Create Delete Operation'.
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.
CreateDeleteOperationpublic org.eclipse.emf.common.notify.Adapter createAttributeOperationAdapter()
Attribute Operation'.
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.
AttributeOperationpublic org.eclipse.emf.common.notify.Adapter createMultiAttributeOperationAdapter()
Multi Attribute Operation'.
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.
MultiAttributeOperationpublic org.eclipse.emf.common.notify.Adapter createMultiAttributeSetOperationAdapter()
Multi Attribute Set Operation'.
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.
MultiAttributeSetOperationpublic org.eclipse.emf.common.notify.Adapter createMultiAttributeMoveOperationAdapter()
Multi Attribute Move Operation'.
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.
MultiAttributeMoveOperationpublic org.eclipse.emf.common.notify.Adapter createSingleReferenceOperationAdapter()
Single Reference Operation'.
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.
SingleReferenceOperationpublic org.eclipse.emf.common.notify.Adapter createMultiReferenceOperationAdapter()
Multi Reference Operation'.
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.
MultiReferenceOperationpublic org.eclipse.emf.common.notify.Adapter createMultiReferenceSetOperationAdapter()
Multi Reference Set Operation'.
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.
MultiReferenceSetOperationpublic org.eclipse.emf.common.notify.Adapter createMultiReferenceMoveOperationAdapter()
Multi Reference Move Operation'.
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.
MultiReferenceMoveOperationpublic org.eclipse.emf.common.notify.Adapter createReferenceOperationAdapter()
Reference Operation'.
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.
ReferenceOperationpublic org.eclipse.emf.common.notify.Adapter createOperationIdAdapter()
Operation Id'.
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.
OperationIdpublic org.eclipse.emf.common.notify.Adapter createOperationGroupAdapter()
Operation Group'.
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.
OperationGrouppublic org.eclipse.emf.common.notify.Adapter createModelElementGroupAdapter()
Model Element Group'.
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.
ModelElementGrouppublic org.eclipse.emf.common.notify.Adapter createEObjectToModelElementIdMapAdapter()
EObject To Model Element Id Map'.
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 createIdentifiableElementAdapter()
Identifiable 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.
IdentifiableElementpublic org.eclipse.emf.common.notify.Adapter createUniqueIdentifierAdapter()
Unique Identifier'.
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.
UniqueIdentifierpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||