Class McoreAdapterFactory

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.AdapterFactory

    public class McoreAdapterFactory
    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:
    McorePackage
    • Field Detail

      • modelPackage

        protected static McorePackage modelPackage
        The cached model package.
      • modelSwitch

        protected McoreSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
        The switch that delegates to the createXXX methods.
    • Constructor Detail

      • McoreAdapterFactory

        public McoreAdapterFactory()
        Creates an instance of the adapter factory.
    • Method Detail

      • isFactoryForType

        public boolean isFactoryForType​(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.
      • createEnvironmentalAdapter

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

        public org.eclipse.emf.common.notify.Adapter createLocalStringMapEntryAdapter()
        Creates a new adapter for an object of class 'Local String Map Entry'. 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:
        Map.Entry
      • 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
      • createDuallyNamedElementAdapter

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

        public org.eclipse.emf.common.notify.Adapter createVersionedItemAdapter()
        Creates a new adapter for an object of class 'Versioned 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.
        Returns:
        the new adapter.
        See Also:
        VersionedItem
      • createTypeItemAdapter

        public org.eclipse.emf.common.notify.Adapter createTypeItemAdapter()
        Creates a new adapter for an object of class 'Type 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.
        Returns:
        the new adapter.
        See Also:
        TypeItem
      • createTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createTypeAdapter()
        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:
        Type
      • createPromiseTypeAdapter

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

        public org.eclipse.emf.common.notify.Adapter createEmptyContextDefAdapter()
        Creates a new adapter for an object of class 'Empty Context Def'. 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:
        EmptyContextDef
      • createCtorAdapter

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

        public org.eclipse.emf.common.notify.Adapter createFakeCtorAdapter()
        Creates a new adapter for an object of class 'Fake Ctor'. 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:
        FakeCtor
      • createFakeParameterAdapter

        public org.eclipse.emf.common.notify.Adapter createFakeParameterAdapter()
        Creates a new adapter for an object of class 'Fake 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.
        Returns:
        the new adapter.
        See Also:
        FakeParameter
      • createTypeSetAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createStringQualifiersAdapter()
        Creates a new adapter for an object of class 'String Qualifiers'. 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:
        StringQualifiers
      • createDateQualifiersAdapter

        public org.eclipse.emf.common.notify.Adapter createDateQualifiersAdapter()
        Creates a new adapter for an object of class 'Date Qualifiers'. 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:
        DateQualifiers
      • createBinaryQualifiersAdapter

        public org.eclipse.emf.common.notify.Adapter createBinaryQualifiersAdapter()
        Creates a new adapter for an object of class 'Binary Qualifiers'. 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:
        BinaryQualifiers
      • createTypeDescriptionAdapter

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

        public org.eclipse.emf.common.notify.Adapter 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.
        Returns:
        the new adapter.
        See Also:
        Value
      • createTypeValueAdapter

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

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

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

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createValueListAdapter()
        Creates a new adapter for an object of class 'Value List'. 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:
        ValueList
      • createFixedArrayValueAdapter

        public org.eclipse.emf.common.notify.Adapter createFixedArrayValueAdapter()
        Creates a new adapter for an object of class 'Fixed Array 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:
        FixedArrayValue
      • createTypedValueListItemAdapter

        public org.eclipse.emf.common.notify.Adapter createTypedValueListItemAdapter()
        Creates a new adapter for an object of class 'Typed Value List 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.
        Returns:
        the new adapter.
        See Also:
        TypedValueListItem
      • createTypedValueListAdapter

        public org.eclipse.emf.common.notify.Adapter createTypedValueListAdapter()
        Creates a new adapter for an object of class 'Typed Value List'. 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:
        TypedValueList
      • createStructurePropertyAdapter

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

        public org.eclipse.emf.common.notify.Adapter createStructureAdapter()
        Creates a new adapter for an object of class '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.
        Returns:
        the new adapter.
        See Also:
        Structure
      • createUuidValueAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createStandardBeginningDateAdapter()
        Creates a new adapter for an object of class 'Standard Beginning Date'. 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:
        StandardBeginningDate
      • createStandardBeginningDateValueAdapter

        public org.eclipse.emf.common.notify.Adapter createStandardBeginningDateValueAdapter()
        Creates a new adapter for an object of class 'Standard Beginning Date 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:
        StandardBeginningDateValue
      • createStandardPeriodAdapter

        public org.eclipse.emf.common.notify.Adapter createStandardPeriodAdapter()
        Creates a new adapter for an object of class 'Standard Period'. 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:
        StandardPeriod
      • createStandardPeriodValueAdapter

        public org.eclipse.emf.common.notify.Adapter createStandardPeriodValueAdapter()
        Creates a new adapter for an object of class 'Standard Period 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:
        StandardPeriodValue
      • createContextDefAdapter

        public org.eclipse.emf.common.notify.Adapter createContextDefAdapter()
        Creates a new adapter for an object of class 'Context Def'. 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:
        ContextDef
      • createContextDefWithRefItemAdapter

        public org.eclipse.emf.common.notify.Adapter createContextDefWithRefItemAdapter()
        Creates a new adapter for an object of class 'Context Def With Ref 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.
        Returns:
        the new adapter.
        See Also:
        ContextDefWithRefItem
      • createPropertyAdapter

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

        public org.eclipse.emf.common.notify.Adapter createTypeContainerAdapter()
        Creates a new adapter for an object of class 'Type 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.
        Returns:
        the new adapter.
        See Also:
        TypeContainer
      • createTypeContainerRefAdapter

        public org.eclipse.emf.common.notify.Adapter createTypeContainerRefAdapter()
        Creates a new adapter for an object of class 'Type Container Ref'. 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:
        TypeContainerRef
      • createTypeContainerDefAdapter

        public org.eclipse.emf.common.notify.Adapter createTypeContainerDefAdapter()
        Creates a new adapter for an object of class 'Type Container Def'. 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:
        TypeContainerDef
      • createDerivedPropertyAdapter

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

        public org.eclipse.emf.common.notify.Adapter createContainingSourceDerivedPropertyAdapter()
        Creates a new adapter for an object of class 'Containing Source Derived 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:
        ContainingSourceDerivedProperty
      • createAbstractMethodAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractMethodAdapter()
        Creates a new adapter for an object of class 'Abstract Method'. 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:
        AbstractMethod
      • createMethodAdapter

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

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

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

        public org.eclipse.emf.common.notify.Adapter createParameterAdapter()
        Creates a new adapter for an object of class '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.
        Returns:
        the new adapter.
        See Also:
        Parameter
      • createGeneralContextDefAdapter

        public org.eclipse.emf.common.notify.Adapter createGeneralContextDefAdapter()
        Creates a new adapter for an object of class 'General Context Def'. 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:
        GeneralContextDef
      • createFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createFieldAdapter()
        Creates a new adapter for an object of class '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.
        Returns:
        the new adapter.
        See Also:
        Field
      • createDerivedFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createDerivedFieldAdapter()
        Creates a new adapter for an object of class 'Derived 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.
        Returns:
        the new adapter.
        See Also:
        DerivedField
      • createFieldSourceAdapter

        public org.eclipse.emf.common.notify.Adapter createFieldSourceAdapter()
        Creates a new adapter for an object of class 'Field Source'. 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:
        FieldSource
      • createStandardTabularPartSourceAdapter

        public org.eclipse.emf.common.notify.Adapter createStandardTabularPartSourceAdapter()
        Creates a new adapter for an object of class 'Standard Tabular Part Source'. 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:
        StandardTabularPartSource
      • createStandardTabularPartAdapter

        public org.eclipse.emf.common.notify.Adapter createStandardTabularPartAdapter()
        Creates a new adapter for an object of class 'Standard Tabular 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.
        Returns:
        the new adapter.
        See Also:
        StandardTabularPart
      • createCommandAdapter

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

        public org.eclipse.emf.common.notify.Adapter createCommandRefAdapter()
        Creates a new adapter for an object of class 'Command Ref'. 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:
        CommandRef
      • createCommandGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createCommandGroupAdapter()
        Creates a new adapter for an object of class 'Command 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.
        Returns:
        the new adapter.
        See Also:
        CommandGroup
      • createStandardCommandGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createStandardCommandGroupAdapter()
        Creates a new adapter for an object of class 'Standard Command 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.
        Returns:
        the new adapter.
        See Also:
        StandardCommandGroup
      • createPointAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createPictureRefAdapter()
        Creates a new adapter for an object of class 'Picture Ref'. 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:
        PictureRef
      • createPictureDefAdapter

        public org.eclipse.emf.common.notify.Adapter createPictureDefAdapter()
        Creates a new adapter for an object of class 'Picture Def'. 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:
        PictureDef
      • createColorAdapter

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

        public org.eclipse.emf.common.notify.Adapter createColorDefAdapter()
        Creates a new adapter for an object of class 'Color Def'. 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:
        ColorDef
      • createColorRefAdapter

        public org.eclipse.emf.common.notify.Adapter createColorRefAdapter()
        Creates a new adapter for an object of class 'Color Ref'. 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:
        ColorRef
      • createStyleAppearanceItemAdapter

        public org.eclipse.emf.common.notify.Adapter createStyleAppearanceItemAdapter()
        Creates a new adapter for an object of class 'Style Appearance 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.
        Returns:
        the new adapter.
        See Also:
        StyleAppearanceItem
      • createStyleColorAdapter

        public org.eclipse.emf.common.notify.Adapter createStyleColorAdapter()
        Creates a new adapter for an object of class 'Style Color'. 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:
        StyleColor
      • createStyleBorderAdapter

        public org.eclipse.emf.common.notify.Adapter createStyleBorderAdapter()
        Creates a new adapter for an object of class 'Style Border'. 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:
        StyleBorder
      • createStyleFontAdapter

        public org.eclipse.emf.common.notify.Adapter createStyleFontAdapter()
        Creates a new adapter for an object of class 'Style Font'. 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:
        StyleFont
      • createBorderAdapter

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

        public org.eclipse.emf.common.notify.Adapter createBorderDefAdapter()
        Creates a new adapter for an object of class 'Border Def'. 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:
        BorderDef
      • createBorderRefAdapter

        public org.eclipse.emf.common.notify.Adapter createBorderRefAdapter()
        Creates a new adapter for an object of class 'Border Ref'. 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:
        BorderRef
      • createFontAdapter

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

        public org.eclipse.emf.common.notify.Adapter createMutableFontAdapter()
        Creates a new adapter for an object of class 'Mutable Font'. 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:
        MutableFont
      • createFontDefAdapter

        public org.eclipse.emf.common.notify.Adapter createFontDefAdapter()
        Creates a new adapter for an object of class 'Font Def'. 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:
        FontDef
      • createAutoFontAdapter

        public org.eclipse.emf.common.notify.Adapter createAutoFontAdapter()
        Creates a new adapter for an object of class 'Auto Font'. 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:
        AutoFont
      • createFontRefAdapter

        public org.eclipse.emf.common.notify.Adapter createFontRefAdapter()
        Creates a new adapter for an object of class 'Font Ref'. 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:
        FontRef
      • createAbstractLineAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractLineAdapter()
        Creates a new adapter for an object of class 'Abstract Line'. 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:
        AbstractLine
      • createLineAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createHelpPageAdapter()
        Creates a new adapter for an object of class 'Help Page'. 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:
        HelpPage
      • createRefContextDelegatingContextDefAdapter

        public org.eclipse.emf.common.notify.Adapter createRefContextDelegatingContextDefAdapter()
        Creates a new adapter for an object of class 'Ref Context Delegating Context Def'. 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:
        RefContextDelegatingContextDef
      • createQNameAdapter

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