|
||||||||||
| 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
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util.RimAdapterFactory
public class RimAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
RimPackage| Constructor Summary | |
|---|---|
RimAdapterFactory()
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 |
createAssociationType1Adapter()
Creates a new adapter for an object of class ' Association Type1'. |
org.eclipse.emf.common.notify.Adapter |
createAuditableEventTypeAdapter()
Creates a new adapter for an object of class ' Auditable Event Type'. |
org.eclipse.emf.common.notify.Adapter |
createClassificationNodeTypeAdapter()
Creates a new adapter for an object of class ' Classification Node Type'. |
org.eclipse.emf.common.notify.Adapter |
createClassificationSchemeTypeAdapter()
Creates a new adapter for an object of class ' Classification Scheme Type'. |
org.eclipse.emf.common.notify.Adapter |
createClassificationTypeAdapter()
Creates a new adapter for an object of class ' Classification Type'. |
org.eclipse.emf.common.notify.Adapter |
createDocumentRootAdapter()
Creates a new adapter for an object of class ' Document Root'. |
org.eclipse.emf.common.notify.Adapter |
createEmailAddressTypeAdapter()
Creates a new adapter for an object of class ' Email Address Type'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createExternalIdentifierTypeAdapter()
Creates a new adapter for an object of class ' External Identifier Type'. |
org.eclipse.emf.common.notify.Adapter |
createExternalLinkTypeAdapter()
Creates a new adapter for an object of class ' External Link Type'. |
org.eclipse.emf.common.notify.Adapter |
createExtrinsicObjectTypeAdapter()
Creates a new adapter for an object of class ' Extrinsic Object Type'. |
org.eclipse.emf.common.notify.Adapter |
createInternationalStringTypeAdapter()
Creates a new adapter for an object of class ' International String Type'. |
org.eclipse.emf.common.notify.Adapter |
createLeafRegistryObjectListTypeAdapter()
Creates a new adapter for an object of class ' Leaf Registry Object List Type'. |
org.eclipse.emf.common.notify.Adapter |
createLocalizedStringTypeAdapter()
Creates a new adapter for an object of class ' Localized String Type'. |
org.eclipse.emf.common.notify.Adapter |
createObjectRefListTypeAdapter()
Creates a new adapter for an object of class ' Object Ref List Type'. |
org.eclipse.emf.common.notify.Adapter |
createObjectRefTypeAdapter()
Creates a new adapter for an object of class ' Object Ref Type'. |
org.eclipse.emf.common.notify.Adapter |
createOrganizationTypeAdapter()
Creates a new adapter for an object of class ' Organization Type'. |
org.eclipse.emf.common.notify.Adapter |
createPersonNameTypeAdapter()
Creates a new adapter for an object of class ' Person Name Type'. |
org.eclipse.emf.common.notify.Adapter |
createPostalAddressTypeAdapter()
Creates a new adapter for an object of class ' Postal Address Type'. |
org.eclipse.emf.common.notify.Adapter |
createRegistryEntryTypeAdapter()
Creates a new adapter for an object of class ' Registry Entry Type'. |
org.eclipse.emf.common.notify.Adapter |
createRegistryObjectListTypeAdapter()
Creates a new adapter for an object of class ' Registry Object List Type'. |
org.eclipse.emf.common.notify.Adapter |
createRegistryObjectTypeAdapter()
Creates a new adapter for an object of class ' Registry Object Type'. |
org.eclipse.emf.common.notify.Adapter |
createRegistryPackageTypeAdapter()
Creates a new adapter for an object of class ' Registry Package Type'. |
org.eclipse.emf.common.notify.Adapter |
createServiceBindingTypeAdapter()
Creates a new adapter for an object of class ' Service Binding Type'. |
org.eclipse.emf.common.notify.Adapter |
createServiceTypeAdapter()
Creates a new adapter for an object of class ' Service Type'. |
org.eclipse.emf.common.notify.Adapter |
createSlotType1Adapter()
Creates a new adapter for an object of class ' Slot Type1'. |
org.eclipse.emf.common.notify.Adapter |
createSpecificationLinkTypeAdapter()
Creates a new adapter for an object of class ' Specification Link Type'. |
org.eclipse.emf.common.notify.Adapter |
createTelephoneNumberListTypeAdapter()
Creates a new adapter for an object of class ' Telephone Number List Type'. |
org.eclipse.emf.common.notify.Adapter |
createTelephoneNumberTypeAdapter()
Creates a new adapter for an object of class ' Telephone Number Type'. |
org.eclipse.emf.common.notify.Adapter |
createUserTypeAdapter()
Creates a new adapter for an object of class ' User Type'. |
org.eclipse.emf.common.notify.Adapter |
createValueListTypeAdapter()
Creates a new adapter for an object of class ' Value List Type'. |
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 |
|---|
public RimAdapterFactory()
| Method Detail |
|---|
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 createAssociationType1Adapter()
Association Type1'.
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.
AssociationType1public org.eclipse.emf.common.notify.Adapter createAuditableEventTypeAdapter()
Auditable Event Type'.
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.
AuditableEventTypepublic org.eclipse.emf.common.notify.Adapter createClassificationNodeTypeAdapter()
Classification Node Type'.
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.
ClassificationNodeTypepublic org.eclipse.emf.common.notify.Adapter createClassificationSchemeTypeAdapter()
Classification Scheme Type'.
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.
ClassificationSchemeTypepublic org.eclipse.emf.common.notify.Adapter createClassificationTypeAdapter()
Classification Type'.
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.
ClassificationTypepublic org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
Document 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.
DocumentRootpublic org.eclipse.emf.common.notify.Adapter createEmailAddressTypeAdapter()
Email Address Type'.
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.
EmailAddressTypepublic org.eclipse.emf.common.notify.Adapter createExternalIdentifierTypeAdapter()
External Identifier Type'.
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.
ExternalIdentifierTypepublic org.eclipse.emf.common.notify.Adapter createExternalLinkTypeAdapter()
External Link Type'.
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.
ExternalLinkTypepublic org.eclipse.emf.common.notify.Adapter createExtrinsicObjectTypeAdapter()
Extrinsic Object Type'.
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.
ExtrinsicObjectTypepublic org.eclipse.emf.common.notify.Adapter createInternationalStringTypeAdapter()
International String Type'.
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.
InternationalStringTypepublic org.eclipse.emf.common.notify.Adapter createLeafRegistryObjectListTypeAdapter()
Leaf Registry Object List Type'.
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.
LeafRegistryObjectListTypepublic org.eclipse.emf.common.notify.Adapter createLocalizedStringTypeAdapter()
Localized String Type'.
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.
LocalizedStringTypepublic org.eclipse.emf.common.notify.Adapter createObjectRefListTypeAdapter()
Object Ref List Type'.
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.
ObjectRefListTypepublic org.eclipse.emf.common.notify.Adapter createObjectRefTypeAdapter()
Object Ref Type'.
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.
ObjectRefTypepublic org.eclipse.emf.common.notify.Adapter createOrganizationTypeAdapter()
Organization Type'.
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.
OrganizationTypepublic org.eclipse.emf.common.notify.Adapter createPersonNameTypeAdapter()
Person Name Type'.
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.
PersonNameTypepublic org.eclipse.emf.common.notify.Adapter createPostalAddressTypeAdapter()
Postal Address Type'.
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.
PostalAddressTypepublic org.eclipse.emf.common.notify.Adapter createRegistryEntryTypeAdapter()
Registry Entry Type'.
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.
RegistryEntryTypepublic org.eclipse.emf.common.notify.Adapter createRegistryObjectListTypeAdapter()
Registry Object List Type'.
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.
RegistryObjectListTypepublic org.eclipse.emf.common.notify.Adapter createRegistryObjectTypeAdapter()
Registry Object Type'.
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.
RegistryObjectTypepublic org.eclipse.emf.common.notify.Adapter createRegistryPackageTypeAdapter()
Registry Package Type'.
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.
RegistryPackageTypepublic org.eclipse.emf.common.notify.Adapter createServiceBindingTypeAdapter()
Service Binding Type'.
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.
ServiceBindingTypepublic org.eclipse.emf.common.notify.Adapter createServiceTypeAdapter()
Service Type'.
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.
ServiceTypepublic org.eclipse.emf.common.notify.Adapter createSlotType1Adapter()
Slot Type1'.
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.
SlotType1public org.eclipse.emf.common.notify.Adapter createSpecificationLinkTypeAdapter()
Specification Link Type'.
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.
SpecificationLinkTypepublic org.eclipse.emf.common.notify.Adapter createTelephoneNumberListTypeAdapter()
Telephone Number List Type'.
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.
TelephoneNumberListTypepublic org.eclipse.emf.common.notify.Adapter createTelephoneNumberTypeAdapter()
Telephone Number Type'.
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.
TelephoneNumberTypepublic org.eclipse.emf.common.notify.Adapter createUserTypeAdapter()
User Type'.
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.
UserTypepublic org.eclipse.emf.common.notify.Adapter createValueListTypeAdapter()
Value List Type'.
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.
ValueListTypepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||