Class DcsAdapterFactory

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

    public class DcsAdapterFactory
    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:
    DcsPackage
    • Field Detail

      • modelPackage

        protected static DcsPackage modelPackage
        The cached model package.
      • modelSwitch

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

      • DcsAdapterFactory

        public DcsAdapterFactory()
        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.
      • createDataCompositionSchemaAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema'. 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:
        DataCompositionSchema
      • createDataCompositionSchemaDataSourceAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaDataSourceAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Data 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:
        DataCompositionSchemaDataSource
      • createDataSetAdapter

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

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaDataSetUnionAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Data Set Union'. 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:
        DataCompositionSchemaDataSetUnion
      • createDataCompositionSchemaDataSetQueryAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaDataSetQueryAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Data Set Query'. 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:
        DataCompositionSchemaDataSetQuery
      • createDataCompositionSchemaDataSetObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaDataSetObjectAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Data Set 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.
        Returns:
        the new adapter.
        See Also:
        DataCompositionSchemaDataSetObject
      • createDataSetFieldAdapter

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

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaDataSetFieldFolderAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Data Set Field Folder'. 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:
        DataCompositionSchemaDataSetFieldFolder
      • createDataCompositionSchemaDataSetFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaDataSetFieldAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Data Set 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:
        DataCompositionSchemaDataSetField
      • createDataCompositionSchemaNestedDataSetAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaNestedDataSetAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Nested Data 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:
        DataCompositionSchemaNestedDataSet
      • createDataCompositionSchemaCalculatedFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaCalculatedFieldAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Calculated 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:
        DataCompositionSchemaCalculatedField
      • createDataCompositionSchemaFieldUseRestrictionAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaFieldUseRestrictionAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Field Use Restriction'. 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:
        DataCompositionSchemaFieldUseRestriction
      • createDataCompositionSchemaTotalFieldAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaTotalFieldAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Total 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:
        DataCompositionSchemaTotalField
      • createDataCompositionSchemaDataSetLinkAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaDataSetLinkAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Data Set Link'. 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:
        DataCompositionSchemaDataSetLink
      • createDataCompositionSchemaParameterAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaParameterAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema 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:
        DataCompositionSchemaParameter
      • createNestedDataCompositionSchemaAdapter

        public org.eclipse.emf.common.notify.Adapter createNestedDataCompositionSchemaAdapter()
        Creates a new adapter for an object of class 'Nested Data Composition Schema'. 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:
        NestedDataCompositionSchema
      • createDataCompositionSchemaFieldTemplateAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaFieldTemplateAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Field Template'. 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:
        DataCompositionSchemaFieldTemplate
      • createDataCompositionSchemaGroupTemplateAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaGroupTemplateAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Group Template'. 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:
        DataCompositionSchemaGroupTemplate
      • createDataCompositionSchemaTotalFieldsTemplateAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaTotalFieldsTemplateAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Total Fields Template'. 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:
        DataCompositionSchemaTotalFieldsTemplate
      • createDataCompositionSchemaTemplateDescriptionAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionSchemaTemplateDescriptionAdapter()
        Creates a new adapter for an object of class 'Data Composition Schema Template 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:
        DataCompositionSchemaTemplateDescription
      • createAvailableValueAdapter

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

        public org.eclipse.emf.common.notify.Adapter createAbstractDataCompositionSchemaAdapter()
        Creates a new adapter for an object of class 'Abstract Data Composition Schema'. 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:
        AbstractDataCompositionSchema
      • 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.