edu.cmu.sei.aadl.model.property.util
Class PropertyAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by edu.cmu.sei.aadl.model.property.util.PropertyAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory
Direct Known Subclasses:
PropertyItemProviderAdapterFactory

public class PropertyAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl

The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.

See Also:
PropertyPackage

Field Summary
static java.lang.String copyright
           
protected static PropertyPackage modelPackage
          The cached model package
protected  PropertySwitch modelSwitch
          The switch the delegates to the createXXX methods
 
Constructor Summary
PropertyAdapterFactory()
          Creates an instance of the adapter factory
 
Method Summary
 org.eclipse.emf.common.notify.Adapter createAadlbooleanAdapter()
          Creates a new adapter for an object of class 'Aadlboolean'
 org.eclipse.emf.common.notify.Adapter createAadlintegerAdapter()
          Creates a new adapter for an object of class 'Aadlinteger'
 org.eclipse.emf.common.notify.Adapter createAadlrealAdapter()
          Creates a new adapter for an object of class 'Aadlreal'
 org.eclipse.emf.common.notify.Adapter createAadlstringAdapter()
          Creates a new adapter for an object of class 'Aadlstring'
 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 createAObjectAdapter()
          Creates a new adapter for an object of class 'AObject'
 org.eclipse.emf.common.notify.Adapter createBooleanANDAdapter()
          Creates a new adapter for an object of class 'Boolean AND'
 org.eclipse.emf.common.notify.Adapter createBooleanNOTAdapter()
          Creates a new adapter for an object of class 'Boolean NOT'
 org.eclipse.emf.common.notify.Adapter createBooleanORAdapter()
          Creates a new adapter for an object of class 'Boolean OR'
 org.eclipse.emf.common.notify.Adapter createBooleanOrPropertyReferenceAdapter()
          Creates a new adapter for an object of class 'Boolean Or Property Reference'
 org.eclipse.emf.common.notify.Adapter createBooleanValueAdapter()
          Creates a new adapter for an object of class 'Boolean Value'
 org.eclipse.emf.common.notify.Adapter createClassifierTypeAdapter()
          Creates a new adapter for an object of class 'Classifier Type'
 org.eclipse.emf.common.notify.Adapter createClassifierValueAdapter()
          Creates a new adapter for an object of class 'Classifier Value'
 org.eclipse.emf.common.notify.Adapter createEnumLiteralAdapter()
          Creates a new adapter for an object of class 'Enum Literal'
 org.eclipse.emf.common.notify.Adapter createEnumTypeAdapter()
          Creates a new adapter for an object of class 'Enum Type'
 org.eclipse.emf.common.notify.Adapter createEnumValueAdapter()
          Creates a new adapter for an object of class 'Enum Value'
 org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
          Creates a new adapter for the default case
 org.eclipse.emf.common.notify.Adapter createFALSEAdapter()
          Creates a new adapter for an object of class 'FALSE'
 org.eclipse.emf.common.notify.Adapter createIntegerRangeValueAdapter()
          Creates a new adapter for an object of class 'Integer Range Value'
 org.eclipse.emf.common.notify.Adapter createIntegerValueAdapter()
          Creates a new adapter for an object of class 'Integer Value'
 org.eclipse.emf.common.notify.Adapter createModeMemberAdapter()
          Creates a new adapter for an object of class 'Mode Member'
 org.eclipse.emf.common.notify.Adapter createNamedElementAdapter()
          Creates a new adapter for an object of class 'Named Element'
 org.eclipse.emf.common.notify.Adapter createNumberOrPropertyReferenceAdapter()
          Creates a new adapter for an object of class 'Number Or Property Reference'
 org.eclipse.emf.common.notify.Adapter createNumberTypeAdapter()
          Creates a new adapter for an object of class 'Number Type'
 org.eclipse.emf.common.notify.Adapter createNumberValueAdapter()
          Creates a new adapter for an object of class 'Number Value'
 org.eclipse.emf.common.notify.Adapter createPropertiesAdapter()
          Creates a new adapter for an object of class 'Properties'
 org.eclipse.emf.common.notify.Adapter createPropertyAssociationAdapter()
          Creates a new adapter for an object of class 'Association'
 org.eclipse.emf.common.notify.Adapter createPropertyConstantAdapter()
          Creates a new adapter for an object of class 'Constant'
 org.eclipse.emf.common.notify.Adapter createPropertyConstantTypeAdapter()
          Creates a new adapter for an object of class 'Constant Type'
 org.eclipse.emf.common.notify.Adapter createPropertyDefinitionAdapter()
          Creates a new adapter for an object of class 'Definition'
 org.eclipse.emf.common.notify.Adapter createPropertyHolderAdapter()
          Creates a new adapter for an object of class 'Property Holder'
 org.eclipse.emf.common.notify.Adapter createPropertyReferenceAdapter()
          Creates a new adapter for an object of class 'Reference'
 org.eclipse.emf.common.notify.Adapter createPropertySetAdapter()
          Creates a new adapter for an object of class 'Set'
 org.eclipse.emf.common.notify.Adapter createPropertyTypeAdapter()
          Creates a new adapter for an object of class 'Type'
 org.eclipse.emf.common.notify.Adapter createPropertyValueAdapter()
          Creates a new adapter for an object of class 'Value'
 org.eclipse.emf.common.notify.Adapter createPropertyValueHolderAdapter()
          Creates a new adapter for an object of class 'Value Holder'
 org.eclipse.emf.common.notify.Adapter createRangeTypeAdapter()
          Creates a new adapter for an object of class 'Range Type'
 org.eclipse.emf.common.notify.Adapter createRangeValueAdapter()
          Creates a new adapter for an object of class 'Range Value'
 org.eclipse.emf.common.notify.Adapter createRealRangeValueAdapter()
          Creates a new adapter for an object of class 'Real Range Value'
 org.eclipse.emf.common.notify.Adapter createRealValueAdapter()
          Creates a new adapter for an object of class 'Real Value'
 org.eclipse.emf.common.notify.Adapter createReferencedPropertyAdapter()
          Creates a new adapter for an object of class 'Referenced Property'
 org.eclipse.emf.common.notify.Adapter createReferenceElementAdapter()
          Creates a new adapter for an object of class 'Reference Element'
 org.eclipse.emf.common.notify.Adapter createReferenceTypeAdapter()
          Creates a new adapter for an object of class 'Reference Type'
 org.eclipse.emf.common.notify.Adapter createReferenceValueAdapter()
          Creates a new adapter for an object of class 'Reference Value'
 org.eclipse.emf.common.notify.Adapter createStringValueAdapter()
          Creates a new adapter for an object of class 'String Value'
 org.eclipse.emf.common.notify.Adapter createTRUEAdapter()
          Creates a new adapter for an object of class 'TRUE'
 org.eclipse.emf.common.notify.Adapter createTrueFalseValueAdapter()
          Creates a new adapter for an object of class 'True False Value'
 org.eclipse.emf.common.notify.Adapter createUnitLiteralAdapter()
          Creates a new adapter for an object of class 'Unit Literal'
 org.eclipse.emf.common.notify.Adapter createUnitsTypeAdapter()
          Creates a new adapter for an object of class 'Units Type'
 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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values

modelPackage

protected static PropertyPackage modelPackage
The cached model package.


modelSwitch

protected PropertySwitch modelSwitch
The switch the delegates to the createXXX methods.

Constructor Detail

PropertyAdapterFactory

public PropertyAdapterFactory()
Creates an instance of the adapter factory.

Method Detail

isFactoryForType

public boolean isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.

Specified by:
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
Overrides:
isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns:
whether this factory is applicable for the type of the object.

createAdapter

public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the target.

Overrides:
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Parameters:
target - the object to adapt.
Returns:
the adapter for the target.

createPropertiesAdapter

public org.eclipse.emf.common.notify.Adapter createPropertiesAdapter()
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
Properties

createPropertyAssociationAdapter

public org.eclipse.emf.common.notify.Adapter createPropertyAssociationAdapter()
Creates a new adapter for an object of class 'Association'. 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.

Returns:
the new adapter.
See Also:
PropertyAssociation

createPropertyDefinitionAdapter

public org.eclipse.emf.common.notify.Adapter createPropertyDefinitionAdapter()
Creates a new adapter for an object of class 'Definition'. 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.

Returns:
the new adapter.
See Also:
PropertyDefinition

createPropertySetAdapter

public org.eclipse.emf.common.notify.Adapter createPropertySetAdapter()
Creates a new adapter for an object of class 'Set'. 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.

Returns:
the new adapter.
See Also:
PropertySet

createAadlbooleanAdapter

public org.eclipse.emf.common.notify.Adapter createAadlbooleanAdapter()
Creates a new adapter for an object of class 'Aadlboolean'. 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.

Returns:
the new adapter.
See Also:
Aadlboolean

createAadlstringAdapter

public org.eclipse.emf.common.notify.Adapter createAadlstringAdapter()
Creates a new adapter for an object of class 'Aadlstring'. 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.

Returns:
the new adapter.
See Also:
Aadlstring

createAadlintegerAdapter

public org.eclipse.emf.common.notify.Adapter createAadlintegerAdapter()
Creates a new adapter for an object of class 'Aadlinteger'. 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.

Returns:
the new adapter.
See Also:
Aadlinteger

createNumberTypeAdapter

public org.eclipse.emf.common.notify.Adapter createNumberTypeAdapter()
Creates a new adapter for an object of class 'Number Type'. 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.

Returns:
the new adapter.
See Also:
NumberType

createPropertyTypeAdapter

public org.eclipse.emf.common.notify.Adapter createPropertyTypeAdapter()
Creates a new adapter for an object of class 'Type'. 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.

Returns:
the new adapter.
See Also:
PropertyType

createRangeTypeAdapter

public org.eclipse.emf.common.notify.Adapter createRangeTypeAdapter()
Creates a new adapter for an object of class 'Range Type'. 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.

Returns:
the new adapter.
See Also:
RangeType

createClassifierTypeAdapter

public org.eclipse.emf.common.notify.Adapter createClassifierTypeAdapter()
Creates a new adapter for an object of class 'Classifier Type'. 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.

Returns:
the new adapter.
See Also:
ClassifierType

createReferenceTypeAdapter

public org.eclipse.emf.common.notify.Adapter createReferenceTypeAdapter()
Creates a new adapter for an object of class 'Reference Type'. 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.

Returns:
the new adapter.
See Also:
ReferenceType

createEnumTypeAdapter

public org.eclipse.emf.common.notify.Adapter createEnumTypeAdapter()
Creates a new adapter for an object of class 'Enum Type'. 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.

Returns:
the new adapter.
See Also:
EnumType

createUnitsTypeAdapter

public org.eclipse.emf.common.notify.Adapter createUnitsTypeAdapter()
Creates a new adapter for an object of class 'Units Type'. 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.

Returns:
the new adapter.
See Also:
UnitsType

createEnumLiteralAdapter

public org.eclipse.emf.common.notify.Adapter createEnumLiteralAdapter()
Creates a new adapter for an object of class 'Enum 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.

Returns:
the new adapter.
See Also:
EnumLiteral

createUnitLiteralAdapter

public org.eclipse.emf.common.notify.Adapter createUnitLiteralAdapter()
Creates a new adapter for an object of class 'Unit 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.

Returns:
the new adapter.
See Also:
UnitLiteral

createPropertyValueAdapter

public org.eclipse.emf.common.notify.Adapter createPropertyValueAdapter()
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.

Returns:
the new adapter.
See Also:
PropertyValue

createBooleanValueAdapter

public org.eclipse.emf.common.notify.Adapter 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.

Returns:
the new adapter.
See Also:
BooleanValue

createRangeValueAdapter

public org.eclipse.emf.common.notify.Adapter createRangeValueAdapter()
Creates a new adapter for an object of class 'Range 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.

Returns:
the new adapter.
See Also:
RangeValue

createBooleanANDAdapter

public org.eclipse.emf.common.notify.Adapter createBooleanANDAdapter()
Creates a new adapter for an object of class 'Boolean AND'. 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.

Returns:
the new adapter.
See Also:
BooleanAND

createBooleanORAdapter

public org.eclipse.emf.common.notify.Adapter createBooleanORAdapter()
Creates a new adapter for an object of class 'Boolean OR'. 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.

Returns:
the new adapter.
See Also:
BooleanOR

createBooleanNOTAdapter

public org.eclipse.emf.common.notify.Adapter createBooleanNOTAdapter()
Creates a new adapter for an object of class 'Boolean NOT'. 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.

Returns:
the new adapter.
See Also:
BooleanNOT

createTRUEAdapter

public org.eclipse.emf.common.notify.Adapter createTRUEAdapter()
Creates a new adapter for an object of class 'TRUE'. 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.

Returns:
the new adapter.
See Also:
TRUE

createFALSEAdapter

public org.eclipse.emf.common.notify.Adapter createFALSEAdapter()
Creates a new adapter for an object of class 'FALSE'. 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.

Returns:
the new adapter.
See Also:
FALSE

createStringValueAdapter

public org.eclipse.emf.common.notify.Adapter 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.

Returns:
the new adapter.
See Also:
StringValue

createNumberValueAdapter

public org.eclipse.emf.common.notify.Adapter createNumberValueAdapter()
Creates a new adapter for an object of class 'Number 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.

Returns:
the new adapter.
See Also:
NumberValue

createIntegerValueAdapter

public org.eclipse.emf.common.notify.Adapter createIntegerValueAdapter()
Creates a new adapter for an object of class 'Integer 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.

Returns:
the new adapter.
See Also:
IntegerValue

createRealValueAdapter

public org.eclipse.emf.common.notify.Adapter createRealValueAdapter()
Creates a new adapter for an object of class 'Real 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.

Returns:
the new adapter.
See Also:
RealValue

createIntegerRangeValueAdapter

public org.eclipse.emf.common.notify.Adapter createIntegerRangeValueAdapter()
Creates a new adapter for an object of class 'Integer Range 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.

Returns:
the new adapter.
See Also:
IntegerRangeValue

createRealRangeValueAdapter

public org.eclipse.emf.common.notify.Adapter createRealRangeValueAdapter()
Creates a new adapter for an object of class 'Real Range 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.

Returns:
the new adapter.
See Also:
RealRangeValue

createEnumValueAdapter

public org.eclipse.emf.common.notify.Adapter createEnumValueAdapter()
Creates a new adapter for an object of class 'Enum 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.

Returns:
the new adapter.
See Also:
EnumValue

createClassifierValueAdapter

public org.eclipse.emf.common.notify.Adapter createClassifierValueAdapter()
Creates a new adapter for an object of class 'Classifier 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.

Returns:
the new adapter.
See Also:
ClassifierValue

createPropertyReferenceAdapter

public org.eclipse.emf.common.notify.Adapter createPropertyReferenceAdapter()
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
PropertyReference

createAadlrealAdapter

public org.eclipse.emf.common.notify.Adapter createAadlrealAdapter()
Creates a new adapter for an object of class 'Aadlreal'. 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.

Returns:
the new adapter.
See Also:
Aadlreal

createPropertyConstantAdapter

public org.eclipse.emf.common.notify.Adapter createPropertyConstantAdapter()
Creates a new adapter for an object of class 'Constant'. 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.

Returns:
the new adapter.
See Also:
PropertyConstant

createReferencedPropertyAdapter

public org.eclipse.emf.common.notify.Adapter createReferencedPropertyAdapter()
Creates a new adapter for an object of class 'Referenced 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.

Returns:
the new adapter.
See Also:
ReferencedProperty

createReferenceValueAdapter

public org.eclipse.emf.common.notify.Adapter createReferenceValueAdapter()
Creates a new adapter for an object of class 'Reference 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.

Returns:
the new adapter.
See Also:
ReferenceValue

createReferenceElementAdapter

public org.eclipse.emf.common.notify.Adapter createReferenceElementAdapter()
Creates a new adapter for an object of class 'Reference 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.

Returns:
the new adapter.
See Also:
ReferenceElement

createTrueFalseValueAdapter

public org.eclipse.emf.common.notify.Adapter createTrueFalseValueAdapter()
Creates a new adapter for an object of class 'True False 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.

Returns:
the new adapter.
See Also:
TrueFalseValue

createPropertyConstantTypeAdapter

public org.eclipse.emf.common.notify.Adapter createPropertyConstantTypeAdapter()
Creates a new adapter for an object of class 'Constant Type'. 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.

Returns:
the new adapter.
See Also:
PropertyConstantType

createBooleanOrPropertyReferenceAdapter

public org.eclipse.emf.common.notify.Adapter createBooleanOrPropertyReferenceAdapter()
Creates a new adapter for an object of class 'Boolean Or Property 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.

Returns:
the new adapter.
See Also:
BooleanOrPropertyReference

createPropertyValueHolderAdapter

public org.eclipse.emf.common.notify.Adapter createPropertyValueHolderAdapter()
Creates a new adapter for an object of class 'Value Holder'. 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.

Returns:
the new adapter.
See Also:
PropertyValueHolder

createNumberOrPropertyReferenceAdapter

public org.eclipse.emf.common.notify.Adapter createNumberOrPropertyReferenceAdapter()
Creates a new adapter for an object of class 'Number Or Property 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.

Returns:
the new adapter.
See Also:
NumberOrPropertyReference

createAObjectAdapter

public org.eclipse.emf.common.notify.Adapter createAObjectAdapter()
Creates a new adapter for an object of class 'AObject'. 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.

Returns:
the new adapter.
See Also:
AObject

createNamedElementAdapter

public org.eclipse.emf.common.notify.Adapter createNamedElementAdapter()
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
NamedElement

createPropertyHolderAdapter

public org.eclipse.emf.common.notify.Adapter createPropertyHolderAdapter()
Creates a new adapter for an object of class 'Property Holder'. 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.

Returns:
the new adapter.
See Also:
PropertyHolder

createModeMemberAdapter

public org.eclipse.emf.common.notify.Adapter createModeMemberAdapter()
Creates a new adapter for an object of class 'Mode 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.

Returns:
the new adapter.
See Also:
ModeMember

createEObjectAdapter

public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Creates a new adapter for the default case. This default implementation returns null.

Returns:
the new adapter.