|
||||||||||
| 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
BusinessDomainDsl.util.BusinessDomainDslAdapterFactory
public class BusinessDomainDslAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
BusinessDomainDslPackage| Field Summary | |
|---|---|
protected static BusinessDomainDslPackage |
modelPackage
The cached model package. |
protected BusinessDomainDslSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the createXXX methods. |
| Constructor Summary | |
|---|---|
BusinessDomainDslAdapterFactory()
Creates an instance of the adapter factory. |
|
| Method Summary | |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractBusinessClassAdapter()
Creates a new adapter for an object of class ' Abstract Business Class'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractBusinessRuleAdapter()
Creates a new adapter for an object of class ' Abstract Business Rule'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractTypeAdapter()
Creates a new adapter for an object of class ' Abstract 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 |
createAssociationAdapter()
Creates a new adapter for an object of class ' Association'. |
org.eclipse.emf.common.notify.Adapter |
createBlobBinaryPropertyAdapter()
Creates a new adapter for an object of class ' Blob Binary Property'. |
org.eclipse.emf.common.notify.Adapter |
createBlobTextPropertyAdapter()
Creates a new adapter for an object of class ' Blob Text Property'. |
org.eclipse.emf.common.notify.Adapter |
createBoolPropertyAdapter()
Creates a new adapter for an object of class ' Bool Property'. |
org.eclipse.emf.common.notify.Adapter |
createBusinessClassAdapter()
Creates a new adapter for an object of class ' Business Class'. |
org.eclipse.emf.common.notify.Adapter |
createBusinessClassReferenceAdapter()
Creates a new adapter for an object of class ' Business Class Reference'. |
org.eclipse.emf.common.notify.Adapter |
createBusinessDomainModelAdapter()
Creates a new adapter for an object of class ' Business Domain Model'. |
org.eclipse.emf.common.notify.Adapter |
createBusinessRuleAdapter()
Creates a new adapter for an object of class ' Business Rule'. |
org.eclipse.emf.common.notify.Adapter |
createDateTimePropertyAdapter()
Creates a new adapter for an object of class ' Date Time Property'. |
org.eclipse.emf.common.notify.Adapter |
createDecimalPropertyAdapter()
Creates a new adapter for an object of class ' Decimal Property'. |
org.eclipse.emf.common.notify.Adapter |
createEnumerationAdapter()
Creates a new adapter for an object of class ' Enumeration'. |
org.eclipse.emf.common.notify.Adapter |
createEnumerationLiteralAdapter()
Creates a new adapter for an object of class ' Enumeration Literal'. |
org.eclipse.emf.common.notify.Adapter |
createEnumerationPropertyAdapter()
Creates a new adapter for an object of class ' Enumeration Property'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createIntegerPropertyAdapter()
Creates a new adapter for an object of class ' Integer Property'. |
org.eclipse.emf.common.notify.Adapter |
createModelElementAdapter()
Creates a new adapter for an object of class ' Model Element'. |
org.eclipse.emf.common.notify.Adapter |
createPropertyAdapter()
Creates a new adapter for an object of class ' Property'. |
org.eclipse.emf.common.notify.Adapter |
createStringPropertyAdapter()
Creates a new adapter for an object of class ' String Property'. |
org.eclipse.emf.common.notify.Adapter |
createUniqueRuleAdapter()
Creates a new adapter for an object of class ' Unique Rule'. |
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, 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 BusinessDomainDslPackage modelPackage
protected BusinessDomainDslSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
| Constructor Detail |
|---|
public BusinessDomainDslAdapterFactory()
| 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 createModelElementAdapter()
Model Element'.
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.
ModelElementpublic org.eclipse.emf.common.notify.Adapter createBusinessDomainModelAdapter()
Business Domain Model'.
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.
BusinessDomainModelpublic org.eclipse.emf.common.notify.Adapter createBusinessClassAdapter()
Business Class'.
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.
BusinessClasspublic org.eclipse.emf.common.notify.Adapter createPropertyAdapter()
Property'.
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.
Propertypublic org.eclipse.emf.common.notify.Adapter createEnumerationAdapter()
Enumeration'.
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.
Enumerationpublic org.eclipse.emf.common.notify.Adapter createEnumerationLiteralAdapter()
Enumeration Literal'.
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.
EnumerationLiteralpublic org.eclipse.emf.common.notify.Adapter createAbstractBusinessRuleAdapter()
Abstract Business Rule'.
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.
AbstractBusinessRulepublic org.eclipse.emf.common.notify.Adapter createBoolPropertyAdapter()
Bool Property'.
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.
BoolPropertypublic org.eclipse.emf.common.notify.Adapter createDateTimePropertyAdapter()
Date Time Property'.
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.
DateTimePropertypublic org.eclipse.emf.common.notify.Adapter createEnumerationPropertyAdapter()
Enumeration Property'.
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.
EnumerationPropertypublic org.eclipse.emf.common.notify.Adapter createIntegerPropertyAdapter()
Integer Property'.
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.
IntegerPropertypublic org.eclipse.emf.common.notify.Adapter createStringPropertyAdapter()
String Property'.
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.
StringPropertypublic org.eclipse.emf.common.notify.Adapter createAbstractTypeAdapter()
Abstract 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.
AbstractTypepublic org.eclipse.emf.common.notify.Adapter createBlobBinaryPropertyAdapter()
Blob Binary Property'.
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.
BlobBinaryPropertypublic org.eclipse.emf.common.notify.Adapter createBlobTextPropertyAdapter()
Blob Text Property'.
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.
BlobTextPropertypublic org.eclipse.emf.common.notify.Adapter createAssociationAdapter()
Association'.
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.
Associationpublic org.eclipse.emf.common.notify.Adapter createDecimalPropertyAdapter()
Decimal Property'.
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.
DecimalPropertypublic org.eclipse.emf.common.notify.Adapter createAbstractBusinessClassAdapter()
Abstract Business Class'.
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.
AbstractBusinessClasspublic org.eclipse.emf.common.notify.Adapter createBusinessClassReferenceAdapter()
Business Class Reference'.
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.
BusinessClassReferencepublic org.eclipse.emf.common.notify.Adapter createUniqueRuleAdapter()
Unique Rule'.
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.
UniqueRulepublic org.eclipse.emf.common.notify.Adapter createBusinessRuleAdapter()
Business Rule'.
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.
BusinessRulepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||