public class DatavalueAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
DatavaluePackage| Constructor and Description |
|---|
DatavalueAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractBooleanValueAdapter()
Creates a new adapter for an object of class '
Abstract Boolean Value'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractComplexValueAdapter()
Creates a new adapter for an object of class '
Abstract Complex Value'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractEnumerationValueAdapter()
Creates a new adapter for an object of class '
Abstract Enumeration Value'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractExpressionValueAdapter()
Creates a new adapter for an object of class '
Abstract Expression Value'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractNamedElementAdapter()
Creates a new adapter for an object of class '
Abstract Named Element'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractStringValueAdapter()
Creates a new adapter for an object of class '
Abstract String Value'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractTypedElementAdapter()
Creates a new adapter for an object of class '
Abstract Typed Element'. |
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 |
createBinaryExpressionAdapter()
Creates a new adapter for an object of class '
Binary Expression'. |
org.eclipse.emf.common.notify.Adapter |
createBooleanReferenceAdapter()
Creates a new adapter for an object of class '
Boolean Reference'. |
org.eclipse.emf.common.notify.Adapter |
createCapellaElementAdapter()
Creates a new adapter for an object of class '
Capella Element'. |
org.eclipse.emf.common.notify.Adapter |
createComplexValueAdapter()
Creates a new adapter for an object of class '
Complex Value'. |
org.eclipse.emf.common.notify.Adapter |
createComplexValueReferenceAdapter()
Creates a new adapter for an object of class '
Complex Value Reference'. |
org.eclipse.emf.common.notify.Adapter |
createDataValueAdapter()
Creates a new adapter for an object of class '
Data Value'. |
org.eclipse.emf.common.notify.Adapter |
createDataValueContainerAdapter()
Creates a new adapter for an object of class '
Data Value Container'. |
org.eclipse.emf.common.notify.Adapter |
createElementAdapter()
Creates a new adapter for an object of class '
Element'. |
org.eclipse.emf.common.notify.Adapter |
createEnumerationLiteralAdapter()
Creates a new adapter for an object of class '
Enumeration Literal'. |
org.eclipse.emf.common.notify.Adapter |
createEnumerationReferenceAdapter()
Creates a new adapter for an object of class '
Enumeration Reference'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExtensibleElementAdapter()
Creates a new adapter for an object of class '
Extensible Element'. |
org.eclipse.emf.common.notify.Adapter |
createLiteralBooleanValueAdapter()
Creates a new adapter for an object of class '
Literal Boolean Value'. |
org.eclipse.emf.common.notify.Adapter |
createLiteralNumericValueAdapter()
Creates a new adapter for an object of class '
Literal Numeric Value'. |
org.eclipse.emf.common.notify.Adapter |
createLiteralStringValueAdapter()
Creates a new adapter for an object of class '
Literal String Value'. |
org.eclipse.emf.common.notify.Adapter |
createModelElementAdapter()
Creates a new adapter for an object of class '
Model Element'. |
org.eclipse.emf.common.notify.Adapter |
createNamedElementAdapter()
Creates a new adapter for an object of class '
Named Element'. |
org.eclipse.emf.common.notify.Adapter |
createNamespaceAdapter()
Creates a new adapter for an object of class '
Namespace'. |
org.eclipse.emf.common.notify.Adapter |
createNumericReferenceAdapter()
Creates a new adapter for an object of class '
Numeric Reference'. |
org.eclipse.emf.common.notify.Adapter |
createNumericValueAdapter()
Creates a new adapter for an object of class '
Numeric Value'. |
org.eclipse.emf.common.notify.Adapter |
createOpaqueExpressionAdapter()
Creates a new adapter for an object of class '
Opaque Expression'. |
org.eclipse.emf.common.notify.Adapter |
createPublishableElementAdapter()
Creates a new adapter for an object of class '
Publishable Element'. |
org.eclipse.emf.common.notify.Adapter |
createStringReferenceAdapter()
Creates a new adapter for an object of class '
String Reference'. |
org.eclipse.emf.common.notify.Adapter |
createStructureAdapter()
Creates a new adapter for an object of class '
Structure'. |
org.eclipse.emf.common.notify.Adapter |
createTraceableElementAdapter()
Creates a new adapter for an object of class '
Traceable Element'. |
org.eclipse.emf.common.notify.Adapter |
createUnaryExpressionAdapter()
Creates a new adapter for an object of class '
Unary Expression'. |
org.eclipse.emf.common.notify.Adapter |
createValuePartAdapter()
Creates a new adapter for an object of class '
Value Part'. |
org.eclipse.emf.common.notify.Adapter |
createValueSpecificationAdapter()
Creates a new adapter for an object of class '
Value Specification'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public DatavalueAdapterFactory()
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 createDataValueAdapter()
Data 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.
DataValuepublic org.eclipse.emf.common.notify.Adapter createDataValueContainerAdapter()
Data Value 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.
DataValueContainerpublic org.eclipse.emf.common.notify.Adapter createAbstractBooleanValueAdapter()
Abstract 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.
AbstractBooleanValuepublic org.eclipse.emf.common.notify.Adapter createLiteralBooleanValueAdapter()
Literal 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.
LiteralBooleanValuepublic org.eclipse.emf.common.notify.Adapter createBooleanReferenceAdapter()
Boolean Reference'.
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.
BooleanReferencepublic org.eclipse.emf.common.notify.Adapter createAbstractEnumerationValueAdapter()
Abstract Enumeration 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.
AbstractEnumerationValuepublic org.eclipse.emf.common.notify.Adapter createEnumerationLiteralAdapter()
Enumeration Literal'.
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.
EnumerationLiteralpublic org.eclipse.emf.common.notify.Adapter createEnumerationReferenceAdapter()
Enumeration Reference'.
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.
EnumerationReferencepublic org.eclipse.emf.common.notify.Adapter createAbstractStringValueAdapter()
Abstract 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.
AbstractStringValuepublic org.eclipse.emf.common.notify.Adapter createLiteralStringValueAdapter()
Literal 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.
LiteralStringValuepublic org.eclipse.emf.common.notify.Adapter createStringReferenceAdapter()
String Reference'.
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.
StringReferencepublic org.eclipse.emf.common.notify.Adapter createNumericValueAdapter()
Numeric 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.
NumericValuepublic org.eclipse.emf.common.notify.Adapter createLiteralNumericValueAdapter()
Literal Numeric 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.
LiteralNumericValuepublic org.eclipse.emf.common.notify.Adapter createNumericReferenceAdapter()
Numeric Reference'.
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.
NumericReferencepublic org.eclipse.emf.common.notify.Adapter createAbstractComplexValueAdapter()
Abstract Complex 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.
AbstractComplexValuepublic org.eclipse.emf.common.notify.Adapter createComplexValueAdapter()
Complex 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.
ComplexValuepublic org.eclipse.emf.common.notify.Adapter createComplexValueReferenceAdapter()
Complex Value Reference'.
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.
ComplexValueReferencepublic org.eclipse.emf.common.notify.Adapter createValuePartAdapter()
Value Part'.
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.
ValuePartpublic org.eclipse.emf.common.notify.Adapter createAbstractExpressionValueAdapter()
Abstract Expression 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.
AbstractExpressionValuepublic org.eclipse.emf.common.notify.Adapter createBinaryExpressionAdapter()
Binary 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.
BinaryExpressionpublic org.eclipse.emf.common.notify.Adapter createUnaryExpressionAdapter()
Unary 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.
UnaryExpressionpublic org.eclipse.emf.common.notify.Adapter createOpaqueExpressionAdapter()
Opaque 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.
OpaqueExpressionpublic org.eclipse.emf.common.notify.Adapter createElementAdapter()
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.
Elementpublic org.eclipse.emf.common.notify.Adapter createExtensibleElementAdapter()
Extensible 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.
ExtensibleElementpublic org.eclipse.emf.common.notify.Adapter createModelElementAdapter()
Model 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.
ModelElementpublic org.eclipse.emf.common.notify.Adapter createAbstractNamedElementAdapter()
Abstract Named 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.
AbstractNamedElementpublic org.eclipse.emf.common.notify.Adapter createTraceableElementAdapter()
Traceable 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.
TraceableElementpublic org.eclipse.emf.common.notify.Adapter createPublishableElementAdapter()
Publishable 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.
PublishableElementpublic org.eclipse.emf.common.notify.Adapter createCapellaElementAdapter()
Capella 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.
CapellaElementpublic org.eclipse.emf.common.notify.Adapter createNamedElementAdapter()
Named 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.
NamedElementpublic org.eclipse.emf.common.notify.Adapter createAbstractTypedElementAdapter()
Abstract Typed 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.
AbstractTypedElementpublic org.eclipse.emf.common.notify.Adapter createValueSpecificationAdapter()
Value Specification'.
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.
ValueSpecificationpublic org.eclipse.emf.common.notify.Adapter createNamespaceAdapter()
Namespace'.
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.
Namespacepublic org.eclipse.emf.common.notify.Adapter createStructureAdapter()
Structure'.
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.
Structurepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()