|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
com.hammurapi.party.util.PartyAdapterFactory
public class PartyAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
PartyPackage| Field Summary | |
|---|---|
protected static PartyPackage |
modelPackage
The cached model package. |
protected PartySwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the createXXX methods. |
| Constructor Summary | |
|---|---|
PartyAdapterFactory()
Creates an instance of the adapter factory. |
|
| Method Summary | |
|---|---|
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 |
createAddressAdapter()
Creates a new adapter for an object of class ' Address'. |
org.eclipse.emf.common.notify.Adapter |
createCommonObjectAdapter()
Creates a new adapter for an object of class ' Common Object'. |
org.eclipse.emf.common.notify.Adapter |
createContactInfoAdapter()
Creates a new adapter for an object of class ' Contact Info'. |
org.eclipse.emf.common.notify.Adapter |
createCustomAdapter()
Creates a new adapter for an object of class ' Custom'. |
org.eclipse.emf.common.notify.Adapter |
createDateEffectiveObjectAdapter()
Creates a new adapter for an object of class ' Date Effective Object'. |
org.eclipse.emf.common.notify.Adapter |
createEMailAdapter()
Creates a new adapter for an object of class ' EMail'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createIdentityAdapter()
Creates a new adapter for an object of class ' Identity'. |
org.eclipse.emf.common.notify.Adapter |
createMatrixRelationshipAdapter()
Creates a new adapter for an object of class ' Matrix Relationship'. |
org.eclipse.emf.common.notify.Adapter |
createOrganizationAdapter()
Creates a new adapter for an object of class ' Organization'. |
org.eclipse.emf.common.notify.Adapter |
createPartyAdapter()
Creates a new adapter for an object of class ' Party'. |
org.eclipse.emf.common.notify.Adapter |
createPersonAdapter()
Creates a new adapter for an object of class ' Person'. |
org.eclipse.emf.common.notify.Adapter |
createPhoneAdapter()
Creates a new adapter for an object of class ' Phone'. |
org.eclipse.emf.common.notify.Adapter |
createRoleAdapter()
Creates a new adapter for an object of class ' Role'. |
org.eclipse.emf.common.notify.Adapter |
createTagAdapter()
Creates a new adapter for an object of class ' Tag'. |
org.eclipse.emf.common.notify.Adapter |
createTaggedAdapter()
Creates a new adapter for an object of class ' Tagged'. |
org.eclipse.emf.common.notify.Adapter |
createURLAdapter()
Creates a new adapter for an object of class ' URL'. |
org.eclipse.emf.common.notify.Adapter |
createUSAddressAdapter()
Creates a new adapter for an object of class ' US Address'. |
org.eclipse.emf.common.notify.Adapter |
createWebAdapter()
Creates a new adapter for an object of class ' Web'. |
boolean |
isFactoryForType(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, associate, createAdapter, resolve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static PartyPackage modelPackage
protected PartySwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
| Constructor Detail |
|---|
public PartyAdapterFactory()
| Method Detail |
|---|
public boolean isFactoryForType(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 createPartyAdapter()
Party'.
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.
Partypublic org.eclipse.emf.common.notify.Adapter createIdentityAdapter()
Identity'.
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.
Identitypublic org.eclipse.emf.common.notify.Adapter createTaggedAdapter()
Tagged'.
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.
Taggedpublic org.eclipse.emf.common.notify.Adapter createDateEffectiveObjectAdapter()
Date Effective 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.
DateEffectiveObjectpublic org.eclipse.emf.common.notify.Adapter createContactInfoAdapter()
Contact Info'.
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.
ContactInfopublic org.eclipse.emf.common.notify.Adapter createPhoneAdapter()
Phone'.
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.
Phonepublic org.eclipse.emf.common.notify.Adapter createWebAdapter()
Web'.
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.
Webpublic org.eclipse.emf.common.notify.Adapter createEMailAdapter()
EMail'.
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.
EMailpublic org.eclipse.emf.common.notify.Adapter createAddressAdapter()
Address'.
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.
Addresspublic org.eclipse.emf.common.notify.Adapter createCustomAdapter()
Custom'.
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.
Custompublic org.eclipse.emf.common.notify.Adapter createUSAddressAdapter()
US Address'.
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.
USAddresspublic org.eclipse.emf.common.notify.Adapter createOrganizationAdapter()
Organization'.
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.
Organizationpublic org.eclipse.emf.common.notify.Adapter createPersonAdapter()
Person'.
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.
Personpublic org.eclipse.emf.common.notify.Adapter createTagAdapter()
Tag'.
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.
Tagpublic org.eclipse.emf.common.notify.Adapter createRoleAdapter()
Role'.
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.
Rolepublic org.eclipse.emf.common.notify.Adapter createURLAdapter()
URL'.
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.
URLpublic org.eclipse.emf.common.notify.Adapter createCommonObjectAdapter()
Common 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.
CommonObjectpublic org.eclipse.emf.common.notify.Adapter createMatrixRelationshipAdapter()
Matrix Relationship'.
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.
MatrixRelationshippublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||