public class GiftCenterEntityAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
GiftCenterEntityPackage
Constructor and Description |
---|
GiftCenterEntityAdapterFactory()
Creates an instance of the adapter factory.
|
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.
|
public GiftCenterEntityAdapterFactory()
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.target
.public org.eclipse.emf.common.notify.Adapter createGiftCenterRootAdapter()
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.
GiftCenterRoot
public org.eclipse.emf.common.notify.Adapter createGraddrAdapter()
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.
Graddr
public org.eclipse.emf.common.notify.Adapter createGrannhistAdapter()
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.
Grannhist
public org.eclipse.emf.common.notify.Adapter createGranntmpltAdapter()
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.
Granntmplt
public org.eclipse.emf.common.notify.Adapter createGremllistAdapter()
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.
Gremllist
public org.eclipse.emf.common.notify.Adapter createGretdescAdapter()
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.
Gretdesc
public org.eclipse.emf.common.notify.Adapter createGrevnttypeAdapter()
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.
Grevnttype
public org.eclipse.emf.common.notify.Adapter createGrevtrmdlgAdapter()
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.
Grevtrmdlg
public org.eclipse.emf.common.notify.Adapter createGrgftitmAdapter()
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.
Grgftitm
public org.eclipse.emf.common.notify.Adapter createGrgftregAdapter()
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.
Grgftreg
public org.eclipse.emf.common.notify.Adapter createGrperattrAdapter()
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.
Grperattr
public org.eclipse.emf.common.notify.Adapter createGrpurrecAdapter()
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.
Grpurrec
public org.eclipse.emf.common.notify.Adapter createGrregruleAdapter()
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.
Grregrule
public org.eclipse.emf.common.notify.Adapter createGrrgstrntAdapter()
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.
Grrgstrnt
public org.eclipse.emf.common.notify.Adapter createGruserauthAdapter()
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.
Gruserauth
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()