public class SubscriptionAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
SubscriptionPackage
Constructor and Description |
---|
SubscriptionAdapterFactory()
Creates an instance of the adapter factory.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAcknowledgeSubscriptionDataAreaTypeAdapter()
Creates a new adapter for an object of class '
Acknowledge Subscription Data Area Type '. |
org.eclipse.emf.common.notify.Adapter |
createAcknowledgeSubscriptionTypeAdapter()
Creates a new adapter for an object of class '
Acknowledge Subscription Type '. |
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 |
createBusinessObjectDocumentTypeAdapter()
Creates a new adapter for an object of class '
Business Object Document Type '. |
org.eclipse.emf.common.notify.Adapter |
createChangeSubscriptionDataAreaTypeAdapter()
Creates a new adapter for an object of class '
Change Subscription Data Area Type '. |
org.eclipse.emf.common.notify.Adapter |
createChangeSubscriptionTypeAdapter()
Creates a new adapter for an object of class '
Change Subscription 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 |
createGetSubscriptionDataAreaTypeAdapter()
Creates a new adapter for an object of class '
Get Subscription Data Area Type '. |
org.eclipse.emf.common.notify.Adapter |
createGetSubscriptionTypeAdapter()
Creates a new adapter for an object of class '
Get Subscription Type '. |
org.eclipse.emf.common.notify.Adapter |
createProcessSubscriptionDataAreaTypeAdapter()
Creates a new adapter for an object of class '
Process Subscription Data Area Type '. |
org.eclipse.emf.common.notify.Adapter |
createProcessSubscriptionTypeAdapter()
Creates a new adapter for an object of class '
Process Subscription Type '. |
org.eclipse.emf.common.notify.Adapter |
createRespondSubscriptionDataAreaTypeAdapter()
Creates a new adapter for an object of class '
Respond Subscription Data Area Type '. |
org.eclipse.emf.common.notify.Adapter |
createRespondSubscriptionTypeAdapter()
Creates a new adapter for an object of class '
Respond Subscription Type '. |
org.eclipse.emf.common.notify.Adapter |
createShowSubscriptionDataAreaTypeAdapter()
Creates a new adapter for an object of class '
Show Subscription Data Area Type '. |
org.eclipse.emf.common.notify.Adapter |
createShowSubscriptionTypeAdapter()
Creates a new adapter for an object of class '
Show Subscription Type '. |
org.eclipse.emf.common.notify.Adapter |
createSubscriptionPurchaseDetailsTypeAdapter()
Creates a new adapter for an object of class '
Purchase Details Type '. |
org.eclipse.emf.common.notify.Adapter |
createSubscriptionRenewalInfoTypeAdapter()
Creates a new adapter for an object of class '
Renewal Info Type '. |
org.eclipse.emf.common.notify.Adapter |
createSubscriptionSuspendedPeriodTypeAdapter()
Creates a new adapter for an object of class '
Suspended Period Type '. |
org.eclipse.emf.common.notify.Adapter |
createSubscriptionTypeAdapter()
Creates a new adapter for an object of class '
Type '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public SubscriptionAdapterFactory()
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 createAcknowledgeSubscriptionDataAreaTypeAdapter()
Acknowledge Subscription Data Area 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.
AcknowledgeSubscriptionDataAreaType
public org.eclipse.emf.common.notify.Adapter createAcknowledgeSubscriptionTypeAdapter()
Acknowledge Subscription 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.
AcknowledgeSubscriptionType
public org.eclipse.emf.common.notify.Adapter createChangeSubscriptionDataAreaTypeAdapter()
Change Subscription Data Area 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.
ChangeSubscriptionDataAreaType
public org.eclipse.emf.common.notify.Adapter createChangeSubscriptionTypeAdapter()
Change Subscription 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.
ChangeSubscriptionType
public 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.
DocumentRoot
public org.eclipse.emf.common.notify.Adapter createGetSubscriptionDataAreaTypeAdapter()
Get Subscription Data Area 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.
GetSubscriptionDataAreaType
public org.eclipse.emf.common.notify.Adapter createGetSubscriptionTypeAdapter()
Get Subscription 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.
GetSubscriptionType
public org.eclipse.emf.common.notify.Adapter createProcessSubscriptionDataAreaTypeAdapter()
Process Subscription Data Area 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.
ProcessSubscriptionDataAreaType
public org.eclipse.emf.common.notify.Adapter createProcessSubscriptionTypeAdapter()
Process Subscription 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.
ProcessSubscriptionType
public org.eclipse.emf.common.notify.Adapter createRespondSubscriptionDataAreaTypeAdapter()
Respond Subscription Data Area 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.
RespondSubscriptionDataAreaType
public org.eclipse.emf.common.notify.Adapter createRespondSubscriptionTypeAdapter()
Respond Subscription 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.
RespondSubscriptionType
public org.eclipse.emf.common.notify.Adapter createShowSubscriptionDataAreaTypeAdapter()
Show Subscription Data Area 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.
ShowSubscriptionDataAreaType
public org.eclipse.emf.common.notify.Adapter createShowSubscriptionTypeAdapter()
Show Subscription 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.
ShowSubscriptionType
public org.eclipse.emf.common.notify.Adapter createSubscriptionPurchaseDetailsTypeAdapter()
Purchase Details 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.
SubscriptionPurchaseDetailsType
public org.eclipse.emf.common.notify.Adapter createSubscriptionRenewalInfoTypeAdapter()
Renewal Info 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.
SubscriptionRenewalInfoType
public org.eclipse.emf.common.notify.Adapter createSubscriptionSuspendedPeriodTypeAdapter()
Suspended Period 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.
SubscriptionSuspendedPeriodType
public org.eclipse.emf.common.notify.Adapter createSubscriptionTypeAdapter()
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.
SubscriptionType
public org.eclipse.emf.common.notify.Adapter createBusinessObjectDocumentTypeAdapter()
Business Object Document 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.
BusinessObjectDocumentType
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()