|
|||||||||||
| 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.emf.ecore.sdo.util.SDOAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
SDOPackage| Field Summary | |
protected static SDOPackage |
modelPackage
The cached model package |
protected SDOSwitch |
modelSwitch
The switch the delegates to the createXXX methods |
| Constructor Summary | |
SDOAdapterFactory()
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 |
createAnyTypeAdapter()
Creates a new adapter for an object of class ' Any Type' |
org.eclipse.emf.common.notify.Adapter |
createChangeDescriptionAdapter()
Creates a new adapter for an object of class ' Description' |
org.eclipse.emf.common.notify.Adapter |
createChangeSummaryAdapter()
Creates a new adapter for an object of class ' Change Summary' |
org.eclipse.emf.common.notify.Adapter |
createChangeSummarySettingAdapter()
Creates a new adapter for an object of class ' Change Summary Setting' |
org.eclipse.emf.common.notify.Adapter |
createDataGraphAdapter()
Creates a new adapter for an object of class ' Data Graph' |
org.eclipse.emf.common.notify.Adapter |
createDataObjectAdapter()
Creates a new adapter for an object of class ' Data Object' |
org.eclipse.emf.common.notify.Adapter |
createEChangeSummaryAdapter()
Creates a new adapter for an object of class ' EChange Summary' |
org.eclipse.emf.common.notify.Adapter |
createEChangeSummarySettingAdapter()
Creates a new adapter for an object of class ' EChange Summary Setting' |
org.eclipse.emf.common.notify.Adapter |
createEDataGraphAdapter()
Creates a new adapter for an object of class ' EData Graph' |
org.eclipse.emf.common.notify.Adapter |
createEDataObjectAdapter()
Creates a new adapter for an object of class ' EData Object' |
org.eclipse.emf.common.notify.Adapter |
createEDataObjectAnyTypeAdapter()
Creates a new adapter for an object of class ' EData Object Any Type' |
org.eclipse.emf.common.notify.Adapter |
createEDataObjectSimpleAnyTypeAdapter()
Creates a new adapter for an object of class ' EData Object Simple Any Type' |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case |
org.eclipse.emf.common.notify.Adapter |
createEPropertyAdapter()
Creates a new adapter for an object of class ' EProperty' |
org.eclipse.emf.common.notify.Adapter |
createESequenceAdapter()
Creates a new adapter for an object of class ' ESequence' |
org.eclipse.emf.common.notify.Adapter |
createETypeAdapter()
Creates a new adapter for an object of class ' EType' |
org.eclipse.emf.common.notify.Adapter |
createFeatureChangeAdapter()
Creates a new adapter for an object of class ' Feature Change' |
org.eclipse.emf.common.notify.Adapter |
createInternalEDataObjectAdapter()
Creates a new adapter for an object of class ' Internal EData Object' |
org.eclipse.emf.common.notify.Adapter |
createPropertyAdapter()
Creates a new adapter for an object of class ' Property' |
org.eclipse.emf.common.notify.Adapter |
createSequenceAdapter()
Creates a new adapter for an object of class ' Sequence' |
org.eclipse.emf.common.notify.Adapter |
createSimpleAnyTypeAdapter()
Creates a new adapter for an object of class ' Simple Any Type' |
org.eclipse.emf.common.notify.Adapter |
createTypeAdapter()
Creates a new adapter for an object of class ' Type' |
boolean |
isFactoryForType(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 SDOPackage modelPackage
protected SDOSwitch modelSwitch
createXXX methods.
| Constructor Detail |
public SDOAdapterFactory()
| Method Detail |
public boolean isFactoryForType(Object object)
true if the object is either the model's package or is an instance object of the model.
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
target - the object to adapt.
target.public org.eclipse.emf.common.notify.Adapter createEDataObjectAdapter()
EData Object'.
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.
EDataObjectpublic org.eclipse.emf.common.notify.Adapter createEDataGraphAdapter()
EData Graph'.
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.
EDataGraphpublic org.eclipse.emf.common.notify.Adapter createEChangeSummaryAdapter()
EChange Summary'.
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.
EChangeSummarypublic org.eclipse.emf.common.notify.Adapter createEPropertyAdapter()
EProperty'.
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.
EPropertypublic org.eclipse.emf.common.notify.Adapter createDataObjectAdapter()
Data Object'.
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.
DataObjectpublic org.eclipse.emf.common.notify.Adapter createESequenceAdapter()
ESequence'.
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.
ESequencepublic org.eclipse.emf.common.notify.Adapter createDataGraphAdapter()
Data Graph'.
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.
DataGraphpublic org.eclipse.emf.common.notify.Adapter createChangeSummaryAdapter()
Change Summary'.
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.
ChangeSummarypublic org.eclipse.emf.common.notify.Adapter createETypeAdapter()
EType'.
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.
ETypepublic org.eclipse.emf.common.notify.Adapter createTypeAdapter()
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.
Typepublic 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 createSequenceAdapter()
Sequence'.
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.
Sequencepublic org.eclipse.emf.common.notify.Adapter createEChangeSummarySettingAdapter()
EChange Summary Setting'.
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.
EChangeSummarySettingpublic org.eclipse.emf.common.notify.Adapter createInternalEDataObjectAdapter()
Internal EData Object'.
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.
InternalEDataObjectpublic org.eclipse.emf.common.notify.Adapter createEDataObjectAnyTypeAdapter()
EData Object Any 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.
EDataObjectAnyTypepublic org.eclipse.emf.common.notify.Adapter createEDataObjectSimpleAnyTypeAdapter()
EData Object Simple Any 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.
EDataObjectSimpleAnyTypepublic org.eclipse.emf.common.notify.Adapter createChangeDescriptionAdapter()
Description'.
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.
ChangeDescriptionpublic org.eclipse.emf.common.notify.Adapter createFeatureChangeAdapter()
Feature Change'.
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.
FeatureChangepublic org.eclipse.emf.common.notify.Adapter createAnyTypeAdapter()
Any 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.
AnyTypepublic org.eclipse.emf.common.notify.Adapter createSimpleAnyTypeAdapter()
Simple Any 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.
SimpleAnyTypepublic org.eclipse.emf.common.notify.Adapter createChangeSummarySettingAdapter()
Change Summary Setting'.
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.
ChangeSummary.Settingpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||