Class SupplyAdapterFactory

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

    public class SupplyAdapterFactory
    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:
    SupplyPackage
    • Field Detail

      • modelPackage

        protected static SupplyPackage modelPackage
        The cached model package.
      • modelSwitch

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

      • SupplyAdapterFactory

        public SupplyAdapterFactory()
        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.
      • createSupplyPropertyContainerAdapter

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createSupplyPropertyAdapter()
        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:
        SupplyProperty
      • createSupplyFormAdapter

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

        public org.eclipse.emf.common.notify.Adapter createBaseSupplyFormObjectAdapter()
        Creates a new adapter for an object of class 'Base Supply Form 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:
        BaseSupplyFormObject
      • createSupplyFormItemAdapter

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createSupplyMethodAdapter()
        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:
        SupplyMethod
      • createLibraryIntegrationSettingsAdapter

        public org.eclipse.emf.common.notify.Adapter createLibraryIntegrationSettingsAdapter()
        Creates a new adapter for an object of class 'Library Integration Settings'. 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:
        LibraryIntegrationSettings
      • createDataProtectionAdapter

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

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

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

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

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

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

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