com.ibm.commerce.giftcenter.facade.server.entity.datatypes.util

Class GiftCenterEntityAdapterFactory

  • java.lang.Object
    • org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      • com.ibm.commerce.giftcenter.facade.server.entity.datatypes.util.GiftCenterEntityAdapterFactory
  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.AdapterFactory


    public class GiftCenterEntityAdapterFactory
    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:
    GiftCenterEntityPackage
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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 createEObjectAdapter()
      Creates a new adapter for the default case.
      org.eclipse.emf.common.notify.Adapter createGiftCenterRootAdapter()
      Creates a new adapter for an object of class 'Gift Center Root'.
      org.eclipse.emf.common.notify.Adapter createGraddrAdapter()
      Creates a new adapter for an object of class 'Graddr'.
      org.eclipse.emf.common.notify.Adapter createGrannhistAdapter()
      Creates a new adapter for an object of class 'Grannhist'.
      org.eclipse.emf.common.notify.Adapter createGranntmpltAdapter()
      Creates a new adapter for an object of class 'Granntmplt'.
      org.eclipse.emf.common.notify.Adapter createGremllistAdapter()
      Creates a new adapter for an object of class 'Gremllist'.
      org.eclipse.emf.common.notify.Adapter createGretdescAdapter()
      Creates a new adapter for an object of class 'Gretdesc'.
      org.eclipse.emf.common.notify.Adapter createGrevnttypeAdapter()
      Creates a new adapter for an object of class 'Grevnttype'.
      org.eclipse.emf.common.notify.Adapter createGrevtrmdlgAdapter()
      Creates a new adapter for an object of class 'Grevtrmdlg'.
      org.eclipse.emf.common.notify.Adapter createGrgftitmAdapter()
      Creates a new adapter for an object of class 'Grgftitm'.
      org.eclipse.emf.common.notify.Adapter createGrgftregAdapter()
      Creates a new adapter for an object of class 'Grgftreg'.
      org.eclipse.emf.common.notify.Adapter createGrperattrAdapter()
      Creates a new adapter for an object of class 'Grperattr'.
      org.eclipse.emf.common.notify.Adapter createGrpurrecAdapter()
      Creates a new adapter for an object of class 'Grpurrec'.
      org.eclipse.emf.common.notify.Adapter createGrregruleAdapter()
      Creates a new adapter for an object of class 'Grregrule'.
      org.eclipse.emf.common.notify.Adapter createGrrgstrntAdapter()
      Creates a new adapter for an object of class 'Grrgstrnt'.
      org.eclipse.emf.common.notify.Adapter createGruserauthAdapter()
      Creates a new adapter for an object of class 'Gruserauth'.
      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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GiftCenterEntityAdapterFactory

        public GiftCenterEntityAdapterFactory()
        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.
      • createGiftCenterRootAdapter

        public org.eclipse.emf.common.notify.Adapter createGiftCenterRootAdapter()
        Creates a new adapter for an object of class 'Gift Center Root'. 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:
        GiftCenterRoot
      • createGraddrAdapter

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

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

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

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

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

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

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

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

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

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

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

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

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

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