Klasse ExpressionsAdapterFactory
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.emf.cdo.expressions.util.ExpressionsAdapterFactory
- Alle implementierten Schnittstellen:
AdapterFactory
- Bekannte direkte Unterklassen:
ExpressionsItemProviderAdapterFactory
The Adapter Factory for the model.
It provides an adapter
createXXX
method for each class of the model.
- Siehe auch:
- Generated
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected static ExpressionsPackage
The cached model package.protected ExpressionsSwitch
<Adapter> The switch that delegates to thecreateXXX
methods. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCreates a new adapter for an object of class 'Access
'.createAdapter
(Notifier target) Creates an adapter for thetarget
.Creates a new adapter for an object of class 'Boolean Value
'.Creates a new adapter for an object of class 'Byte Value
'.Creates a new adapter for an object of class 'Char Value
'.Creates a new adapter for an object of class 'Contained Object
'.Creates a new adapter for an object of class 'Context Access
'.Creates a new adapter for an object of class 'Double Value
'.Creates a new adapter for the default case.Creates a new adapter for an object of class 'Expression
'.Creates a new adapter for an object of class 'Float Value
'.Creates a new adapter for an object of class 'Function Invocation
'.Creates a new adapter for an object of class 'Int Value
'.Creates a new adapter for an object of class 'Invocation
'.Creates a new adapter for an object of class 'Linked Expression
'.Creates a new adapter for an object of class 'Linked Object
'.Creates a new adapter for an object of class 'List Construction
'.Creates a new adapter for an object of class 'Long Value
'.Creates a new adapter for an object of class 'Member Access
'.Creates a new adapter for an object of class 'Member Invocation
'.Creates a new adapter for an object of class 'Short Value
'.Creates a new adapter for an object of class 'Static Access
'.Creates a new adapter for an object of class 'String Value
'.Creates a new adapter for an object of class 'Value
'.boolean
isFactoryForType
(Object object) Returns whether this factory is applicable for the type of the object.Von Klasse geerbte Methoden org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve
-
Felddetails
-
modelPackage
The cached model package.- Generated
-
modelSwitch
The switch that delegates to thecreateXXX
methods.- Generated
-
-
Konstruktordetails
-
ExpressionsAdapterFactory
public ExpressionsAdapterFactory()Creates an instance of the adapter factory.- Generated
-
-
Methodendetails
-
isFactoryForType
Returns whether this factory is applicable for the type of the object. This implementation returnstrue
if the object is either the model's package or is an instance object of the model.- Angegeben von:
isFactoryForType
in SchnittstelleAdapterFactory
- Setzt außer Kraft:
isFactoryForType
in KlasseAdapterFactoryImpl
- Gibt zurück:
- whether this factory is applicable for the type of the object.
- Generated
-
createAdapter
Creates an adapter for thetarget
.- Setzt außer Kraft:
createAdapter
in KlasseAdapterFactoryImpl
- Parameter:
target
- the object to adapt.- Gibt zurück:
- the adapter for the
target
. - Generated
-
createExpressionAdapter
Creates a new adapter for an object of class 'Expression
'. 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createValueAdapter
Creates a new adapter for an object of class '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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createBooleanValueAdapter
Creates a new adapter for an object of class 'Boolean 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createByteValueAdapter
Creates a new adapter for an object of class 'Byte 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createShortValueAdapter
Creates a new adapter for an object of class 'Short 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createIntValueAdapter
Creates a new adapter for an object of class 'Int 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createLongValueAdapter
Creates a new adapter for an object of class 'Long 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createFloatValueAdapter
Creates a new adapter for an object of class 'Float 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createDoubleValueAdapter
Creates a new adapter for an object of class 'Double 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createCharValueAdapter
Creates a new adapter for an object of class 'Char 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createStringValueAdapter
Creates a new adapter for an object of class 'String 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createInvocationAdapter
Creates a new adapter for an object of class 'Invocation
'. 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createFunctionInvocationAdapter
Creates a new adapter for an object of class 'Function Invocation
'. 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createMemberInvocationAdapter
Creates a new adapter for an object of class 'Member Invocation
'. 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createAccessAdapter
Creates a new adapter for an object of class 'Access
'. 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createStaticAccessAdapter
Creates a new adapter for an object of class 'Static Access
'. 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createMemberAccessAdapter
Creates a new adapter for an object of class 'Member Access
'. 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createContextAccessAdapter
Creates a new adapter for an object of class 'Context Access
'. 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createContainedObjectAdapter
Creates a new adapter for an object of class 'Contained Object
'. 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createLinkedObjectAdapter
Creates a new adapter for an object of class 'Linked Object
'. 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createLinkedExpressionAdapter
Creates a new adapter for an object of class 'Linked Expression
'. 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createListConstructionAdapter
Creates a new adapter for an object of class 'List Construction
'. 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.- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createEObjectAdapter
Creates a new adapter for the default case. This default implementation returns null.- Gibt zurück:
- the new adapter.
- Generated
-