|
||||||||||
| 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.mod4j.dsl.datacontract.mm.DataContractDsl.util.DataContractDslAdapterFactory
public class DataContractDslAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
DataContractDslPackage| Field Summary | |
|---|---|
protected static DataContractDslPackage |
modelPackage
The cached model package. |
protected DataContractDslSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the createXXX methods. |
| Constructor Summary | |
|---|---|
DataContractDslAdapterFactory()
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 |
createBusinessClassAssociationRoleReferenceAdapter()
Creates a new adapter for an object of class ' Business Class Association Role Reference'. |
org.eclipse.emf.common.notify.Adapter |
createBusinessClassDtoAdapter()
Creates a new adapter for an object of class ' Business Class Dto'. |
org.eclipse.emf.common.notify.Adapter |
createBusinessClassPropertyReferenceAdapter()
Creates a new adapter for an object of class ' Business Class Property Reference'. |
org.eclipse.emf.common.notify.Adapter |
createCustomDtoAdapter()
Creates a new adapter for an object of class ' Custom Dto'. |
org.eclipse.emf.common.notify.Adapter |
createDataContractModelAdapter()
Creates a new adapter for an object of class ' Data Contract Model'. |
org.eclipse.emf.common.notify.Adapter |
createDtoAdapter()
Creates a new adapter for an object of class ' Dto'. |
org.eclipse.emf.common.notify.Adapter |
createDtoAssociationRolePropertyAdapter()
Creates a new adapter for an object of class ' Dto Association Role Property'. |
org.eclipse.emf.common.notify.Adapter |
createDtoBooleanPropertyAdapter()
Creates a new adapter for an object of class ' Dto Boolean Property'. |
org.eclipse.emf.common.notify.Adapter |
createDtoDataPropertyAdapter()
Creates a new adapter for an object of class ' Dto Data Property'. |
org.eclipse.emf.common.notify.Adapter |
createDtoDateTimePropertyAdapter()
Creates a new adapter for an object of class ' Dto Date Time Property'. |
org.eclipse.emf.common.notify.Adapter |
createDtoDecimalPropertyAdapter()
Creates a new adapter for an object of class ' Dto Decimal Property'. |
org.eclipse.emf.common.notify.Adapter |
createDtoEnumerationPropertyAdapter()
Creates a new adapter for an object of class ' Dto Enumeration Property'. |
org.eclipse.emf.common.notify.Adapter |
createDtoIntegerPropertyAdapter()
Creates a new adapter for an object of class ' Dto Integer Property'. |
org.eclipse.emf.common.notify.Adapter |
createDtoPropertyAdapter()
Creates a new adapter for an object of class ' Dto Property'. |
org.eclipse.emf.common.notify.Adapter |
createDtoPropertyReferenceAdapter()
Creates a new adapter for an object of class ' Dto Property Reference'. |
org.eclipse.emf.common.notify.Adapter |
createDtoStringPropertyAdapter()
Creates a new adapter for an object of class ' Dto String Property'. |
org.eclipse.emf.common.notify.Adapter |
createEnumerationDtoAdapter()
Creates a new adapter for an object of class ' Enumeration Dto'. |
org.eclipse.emf.common.notify.Adapter |
createEnumerationDtoLiteralAdapter()
Creates a new adapter for an object of class ' Enumeration Dto Literal'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createExternalReferenceAdapter()
Creates a new adapter for an object of class ' External Reference'. |
org.eclipse.emf.common.notify.Adapter |
createListDtoAdapter()
Creates a new adapter for an object of class ' List Dto'. |
org.eclipse.emf.common.notify.Adapter |
createModelElementAdapter()
Creates a new adapter for an object of class ' Model Element'. |
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 DataContractDslPackage modelPackage
protected DataContractDslSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
| Constructor Detail |
|---|
public DataContractDslAdapterFactory()
| 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 createDataContractModelAdapter()
Data Contract 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.
DataContractModelpublic org.eclipse.emf.common.notify.Adapter createDtoAdapter()
Dto'.
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.
Dtopublic org.eclipse.emf.common.notify.Adapter createBusinessClassDtoAdapter()
Business Class Dto'.
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.
BusinessClassDtopublic org.eclipse.emf.common.notify.Adapter createListDtoAdapter()
List Dto'.
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.
ListDtopublic org.eclipse.emf.common.notify.Adapter createDtoPropertyAdapter()
Dto 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.
DtoPropertypublic org.eclipse.emf.common.notify.Adapter createDtoPropertyReferenceAdapter()
Dto Property 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.
DtoPropertyReferencepublic org.eclipse.emf.common.notify.Adapter createDtoDataPropertyAdapter()
Dto Data 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.
DtoDataPropertypublic org.eclipse.emf.common.notify.Adapter createDtoStringPropertyAdapter()
Dto 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.
DtoStringPropertypublic org.eclipse.emf.common.notify.Adapter createDtoBooleanPropertyAdapter()
Dto Boolean 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.
DtoBooleanPropertypublic org.eclipse.emf.common.notify.Adapter createEnumerationDtoAdapter()
Enumeration Dto'.
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.
EnumerationDtopublic org.eclipse.emf.common.notify.Adapter createEnumerationDtoLiteralAdapter()
Enumeration Dto 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.
EnumerationDtoLiteralpublic 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 createCustomDtoAdapter()
Custom Dto'.
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.
CustomDtopublic org.eclipse.emf.common.notify.Adapter createDtoIntegerPropertyAdapter()
Dto 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.
DtoIntegerPropertypublic org.eclipse.emf.common.notify.Adapter createDtoDecimalPropertyAdapter()
Dto 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.
DtoDecimalPropertypublic org.eclipse.emf.common.notify.Adapter createDtoEnumerationPropertyAdapter()
Dto 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.
DtoEnumerationPropertypublic org.eclipse.emf.common.notify.Adapter createDtoDateTimePropertyAdapter()
Dto 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.
DtoDateTimePropertypublic org.eclipse.emf.common.notify.Adapter createBusinessClassPropertyReferenceAdapter()
Business Class Property 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.
BusinessClassPropertyReferencepublic org.eclipse.emf.common.notify.Adapter createBusinessClassAssociationRoleReferenceAdapter()
Business Class Association Role 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.
BusinessClassAssociationRoleReferencepublic org.eclipse.emf.common.notify.Adapter createDtoAssociationRolePropertyAdapter()
Dto Association Role 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.
DtoAssociationRolePropertypublic org.eclipse.emf.common.notify.Adapter createExternalReferenceAdapter()
External 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.
ExternalReferencepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||