|
||||||||||
| 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._3._0.query.util.QueryAdapterFactory
public class QueryAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
QueryPackage| Constructor Summary | |
|---|---|
QueryAdapterFactory()
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 |
createAdhocQueryQueryTypeAdapter()
Creates a new adapter for an object of class ' Adhoc Query Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createAdhocQueryRequestTypeAdapter()
Creates a new adapter for an object of class ' Adhoc Query Request Type'. |
org.eclipse.emf.common.notify.Adapter |
createAdhocQueryResponseTypeAdapter()
Creates a new adapter for an object of class ' Adhoc Query Response Type'. |
org.eclipse.emf.common.notify.Adapter |
createAssociationQueryTypeAdapter()
Creates a new adapter for an object of class ' Association Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createAuditableEventQueryTypeAdapter()
Creates a new adapter for an object of class ' Auditable Event Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createBooleanFilterTypeAdapter()
Creates a new adapter for an object of class ' Boolean Filter Type'. |
org.eclipse.emf.common.notify.Adapter |
createBranchTypeAdapter()
Creates a new adapter for an object of class ' Branch Type'. |
org.eclipse.emf.common.notify.Adapter |
createClassificationNodeQueryTypeAdapter()
Creates a new adapter for an object of class ' Classification Node Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createClassificationQueryTypeAdapter()
Creates a new adapter for an object of class ' Classification Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createClassificationSchemeQueryTypeAdapter()
Creates a new adapter for an object of class ' Classification Scheme Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createCompoundFilterTypeAdapter()
Creates a new adapter for an object of class ' Compound Filter Type'. |
org.eclipse.emf.common.notify.Adapter |
createDateTimeFilterTypeAdapter()
Creates a new adapter for an object of class ' Date Time Filter 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 |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createExternalIdentifierQueryTypeAdapter()
Creates a new adapter for an object of class ' External Identifier Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createExternalLinkQueryTypeAdapter()
Creates a new adapter for an object of class ' External Link Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createExtrinsicObjectQueryTypeAdapter()
Creates a new adapter for an object of class ' Extrinsic Object Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createFederationQueryTypeAdapter()
Creates a new adapter for an object of class ' Federation Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createFilterQueryTypeAdapter()
Creates a new adapter for an object of class ' Filter Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createFilterTypeAdapter()
Creates a new adapter for an object of class ' Filter Type'. |
org.eclipse.emf.common.notify.Adapter |
createFloatFilterTypeAdapter()
Creates a new adapter for an object of class ' Float Filter Type'. |
org.eclipse.emf.common.notify.Adapter |
createIntegerFilterTypeAdapter()
Creates a new adapter for an object of class ' Integer Filter Type'. |
org.eclipse.emf.common.notify.Adapter |
createInternationalStringBranchTypeAdapter()
Creates a new adapter for an object of class ' International String Branch Type'. |
org.eclipse.emf.common.notify.Adapter |
createNotificationQueryTypeAdapter()
Creates a new adapter for an object of class ' Notification Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createOrganizationQueryTypeAdapter()
Creates a new adapter for an object of class ' Organization Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createPersonQueryTypeAdapter()
Creates a new adapter for an object of class ' Person Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createQueryExpressionBranchTypeAdapter()
Creates a new adapter for an object of class ' Expression Branch Type'. |
org.eclipse.emf.common.notify.Adapter |
createRegistryObjectQueryTypeAdapter()
Creates a new adapter for an object of class ' Registry Object Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createRegistryPackageQueryTypeAdapter()
Creates a new adapter for an object of class ' Registry Package Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createRegistryQueryTypeAdapter()
Creates a new adapter for an object of class ' Registry Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createRegistryRequestTypeAdapter()
Creates a new adapter for an object of class ' Request Type'. |
org.eclipse.emf.common.notify.Adapter |
createRegistryResponseTypeAdapter()
Creates a new adapter for an object of class ' Response Type'. |
org.eclipse.emf.common.notify.Adapter |
createResponseOptionTypeAdapter()
Creates a new adapter for an object of class ' Response Option Type'. |
org.eclipse.emf.common.notify.Adapter |
createServiceBindingQueryTypeAdapter()
Creates a new adapter for an object of class ' Service Binding Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createServiceQueryTypeAdapter()
Creates a new adapter for an object of class ' Service Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createSimpleFilterTypeAdapter()
Creates a new adapter for an object of class ' Simple Filter Type'. |
org.eclipse.emf.common.notify.Adapter |
createSlotBranchTypeAdapter()
Creates a new adapter for an object of class ' Slot Branch Type'. |
org.eclipse.emf.common.notify.Adapter |
createSpecificationLinkQueryTypeAdapter()
Creates a new adapter for an object of class ' Specification Link Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createStringFilterTypeAdapter()
Creates a new adapter for an object of class ' String Filter Type'. |
org.eclipse.emf.common.notify.Adapter |
createSubscriptionQueryTypeAdapter()
Creates a new adapter for an object of class ' Subscription Query Type'. |
org.eclipse.emf.common.notify.Adapter |
createUserQueryTypeAdapter()
Creates a new adapter for an object of class ' User Query 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 QueryAdapterFactory()
| 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 createAdhocQueryQueryTypeAdapter()
Adhoc Query Query 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.
AdhocQueryQueryTypepublic org.eclipse.emf.common.notify.Adapter createAdhocQueryRequestTypeAdapter()
Adhoc Query Request 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.
AdhocQueryRequestTypepublic org.eclipse.emf.common.notify.Adapter createAdhocQueryResponseTypeAdapter()
Adhoc Query Response 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.
AdhocQueryResponseTypepublic org.eclipse.emf.common.notify.Adapter createAssociationQueryTypeAdapter()
Association Query 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.
AssociationQueryTypepublic org.eclipse.emf.common.notify.Adapter createAuditableEventQueryTypeAdapter()
Auditable Event Query 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.
AuditableEventQueryTypepublic org.eclipse.emf.common.notify.Adapter createBooleanFilterTypeAdapter()
Boolean Filter 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.
BooleanFilterTypepublic org.eclipse.emf.common.notify.Adapter createBranchTypeAdapter()
Branch 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.
BranchTypepublic org.eclipse.emf.common.notify.Adapter createClassificationNodeQueryTypeAdapter()
Classification Node Query 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.
ClassificationNodeQueryTypepublic org.eclipse.emf.common.notify.Adapter createClassificationQueryTypeAdapter()
Classification Query 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.
ClassificationQueryTypepublic org.eclipse.emf.common.notify.Adapter createClassificationSchemeQueryTypeAdapter()
Classification Scheme Query 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.
ClassificationSchemeQueryTypepublic org.eclipse.emf.common.notify.Adapter createCompoundFilterTypeAdapter()
Compound Filter 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.
CompoundFilterTypepublic org.eclipse.emf.common.notify.Adapter createDateTimeFilterTypeAdapter()
Date Time Filter 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.
DateTimeFilterTypepublic 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 createExternalIdentifierQueryTypeAdapter()
External Identifier Query 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.
ExternalIdentifierQueryTypepublic org.eclipse.emf.common.notify.Adapter createExternalLinkQueryTypeAdapter()
External Link Query 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.
ExternalLinkQueryTypepublic org.eclipse.emf.common.notify.Adapter createExtrinsicObjectQueryTypeAdapter()
Extrinsic Object Query 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.
ExtrinsicObjectQueryTypepublic org.eclipse.emf.common.notify.Adapter createFederationQueryTypeAdapter()
Federation Query 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.
FederationQueryTypepublic org.eclipse.emf.common.notify.Adapter createFilterQueryTypeAdapter()
Filter Query 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.
FilterQueryTypepublic org.eclipse.emf.common.notify.Adapter createFilterTypeAdapter()
Filter 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.
FilterTypepublic org.eclipse.emf.common.notify.Adapter createFloatFilterTypeAdapter()
Float Filter 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.
FloatFilterTypepublic org.eclipse.emf.common.notify.Adapter createIntegerFilterTypeAdapter()
Integer Filter 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.
IntegerFilterTypepublic org.eclipse.emf.common.notify.Adapter createInternationalStringBranchTypeAdapter()
International String Branch 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.
InternationalStringBranchTypepublic org.eclipse.emf.common.notify.Adapter createNotificationQueryTypeAdapter()
Notification Query 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.
NotificationQueryTypepublic org.eclipse.emf.common.notify.Adapter createOrganizationQueryTypeAdapter()
Organization Query 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.
OrganizationQueryTypepublic org.eclipse.emf.common.notify.Adapter createPersonQueryTypeAdapter()
Person Query 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.
PersonQueryTypepublic org.eclipse.emf.common.notify.Adapter createQueryExpressionBranchTypeAdapter()
Expression Branch 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.
QueryExpressionBranchTypepublic org.eclipse.emf.common.notify.Adapter createRegistryObjectQueryTypeAdapter()
Registry Object Query 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.
RegistryObjectQueryTypepublic org.eclipse.emf.common.notify.Adapter createRegistryPackageQueryTypeAdapter()
Registry Package Query 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.
RegistryPackageQueryTypepublic org.eclipse.emf.common.notify.Adapter createRegistryQueryTypeAdapter()
Registry Query 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.
RegistryQueryTypepublic org.eclipse.emf.common.notify.Adapter createResponseOptionTypeAdapter()
Response Option 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.
ResponseOptionTypepublic org.eclipse.emf.common.notify.Adapter createServiceBindingQueryTypeAdapter()
Service Binding Query 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.
ServiceBindingQueryTypepublic org.eclipse.emf.common.notify.Adapter createServiceQueryTypeAdapter()
Service Query 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.
ServiceQueryTypepublic org.eclipse.emf.common.notify.Adapter createSimpleFilterTypeAdapter()
Simple Filter 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.
SimpleFilterTypepublic org.eclipse.emf.common.notify.Adapter createSlotBranchTypeAdapter()
Slot Branch 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.
SlotBranchTypepublic org.eclipse.emf.common.notify.Adapter createSpecificationLinkQueryTypeAdapter()
Specification Link Query 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.
SpecificationLinkQueryTypepublic org.eclipse.emf.common.notify.Adapter createStringFilterTypeAdapter()
String Filter 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.
StringFilterTypepublic org.eclipse.emf.common.notify.Adapter createSubscriptionQueryTypeAdapter()
Subscription Query 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.
SubscriptionQueryTypepublic org.eclipse.emf.common.notify.Adapter createUserQueryTypeAdapter()
User Query 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.
UserQueryTypepublic org.eclipse.emf.common.notify.Adapter createRegistryRequestTypeAdapter()
Request 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.
RegistryRequestTypepublic org.eclipse.emf.common.notify.Adapter createRegistryResponseTypeAdapter()
Response 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.
RegistryResponseTypepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||