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.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - 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.
GiftCenterRootpublic 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.
Graddrpublic 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.
Grannhistpublic 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.
Granntmpltpublic 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.
Gremllistpublic 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.
Gretdescpublic 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.
Grevnttypepublic 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.
Grevtrmdlgpublic 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.
Grgftitmpublic 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.
Grgftregpublic 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.
Grperattrpublic 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.
Grpurrecpublic 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.
Grregrulepublic 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.
Grrgstrntpublic 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.
Gruserauthpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()