public class WidespreadAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
WidespreadPackage| Modifier and Type | Field and Description |
|---|---|
protected static WidespreadPackage |
modelPackage
The cached model package.
|
protected WidespreadSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
WidespreadAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
createDifferentIntPropertiesAdapter()
Creates a new adapter for an object of class '
Different Int Properties'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createFolderAdapter()
Creates a new adapter for an object of class '
Folder'. |
org.eclipse.emf.common.notify.Adapter |
createInitializedPrimitiveAdapter()
Creates a new adapter for an object of class '
Initialized Primitive'. |
org.eclipse.emf.common.notify.Adapter |
createMultivaluedAttributesAdapter()
Creates a new adapter for an object of class '
Multivalued Attributes'. |
org.eclipse.emf.common.notify.Adapter |
createNumericAdapter()
Creates a new adapter for an object of class '
Numeric'. |
org.eclipse.emf.common.notify.Adapter |
createPrimitiveAttributesAdapter()
Creates a new adapter for an object of class '
Primitive Attributes'. |
org.eclipse.emf.common.notify.Adapter |
createReferencesAdapter()
Creates a new adapter for an object of class '
References'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static WidespreadPackage modelPackage
protected WidespreadSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public WidespreadAdapterFactory()
public boolean isFactoryForType(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 createPrimitiveAttributesAdapter()
Primitive Attributes'.
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.
PrimitiveAttributespublic org.eclipse.emf.common.notify.Adapter createMultivaluedAttributesAdapter()
Multivalued Attributes'.
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.
MultivaluedAttributespublic org.eclipse.emf.common.notify.Adapter createInitializedPrimitiveAdapter()
Initialized Primitive'.
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.
InitializedPrimitivepublic org.eclipse.emf.common.notify.Adapter createDifferentIntPropertiesAdapter()
Different Int Properties'.
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.
DifferentIntPropertiespublic org.eclipse.emf.common.notify.Adapter createNumericAdapter()
Numeric'.
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.
Numericpublic org.eclipse.emf.common.notify.Adapter createReferencesAdapter()
References'.
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.
Referencespublic org.eclipse.emf.common.notify.Adapter createFolderAdapter()
Folder'.
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.
Folderpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2018–2019 Atlanmod. All rights reserved.