public class VarlinkIdlAdapterFactory extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
VarlinkIdlPackage| Modifier and Type | Field and Description |
|---|---|
protected static VarlinkIdlPackage |
modelPackage
The cached model package.
|
protected VarlinkIdlSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
VarlinkIdlAdapterFactory()
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 |
createArgumentsAdapter()
Creates a new adapter for an object of class '
Arguments'. |
org.eclipse.emf.common.notify.Adapter |
createArrayAdapter()
Creates a new adapter for an object of class '
Array'. |
org.eclipse.emf.common.notify.Adapter |
createBasicTypeAdapter()
Creates a new adapter for an object of class '
Basic Type'. |
org.eclipse.emf.common.notify.Adapter |
createDictionaryAdapter()
Creates a new adapter for an object of class '
Dictionary'. |
org.eclipse.emf.common.notify.Adapter |
createElementTypeAdapter()
Creates a new adapter for an object of class '
Element Type'. |
org.eclipse.emf.common.notify.Adapter |
createEnumAdapter()
Creates a new adapter for an object of class '
Enum'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createErrorAdapter()
Creates a new adapter for an object of class '
Error'. |
org.eclipse.emf.common.notify.Adapter |
createFieldAdapter()
Creates a new adapter for an object of class '
Field'. |
org.eclipse.emf.common.notify.Adapter |
createInterfaceAdapter()
Creates a new adapter for an object of class '
Interface'. |
org.eclipse.emf.common.notify.Adapter |
createMemberAdapter()
Creates a new adapter for an object of class '
Member'. |
org.eclipse.emf.common.notify.Adapter |
createMethodAdapter()
Creates a new adapter for an object of class '
Method'. |
org.eclipse.emf.common.notify.Adapter |
createObjectAdapter()
Creates a new adapter for an object of class '
Object'. |
org.eclipse.emf.common.notify.Adapter |
createOptionalAdapter()
Creates a new adapter for an object of class '
Optional'. |
org.eclipse.emf.common.notify.Adapter |
createResultAdapter()
Creates a new adapter for an object of class '
Result'. |
org.eclipse.emf.common.notify.Adapter |
createTypeAliasAdapter()
Creates a new adapter for an object of class '
Type Alias'. |
org.eclipse.emf.common.notify.Adapter |
createTypeAliasDefinitionAdapter()
Creates a new adapter for an object of class '
Type Alias Definition'. |
org.eclipse.emf.common.notify.Adapter |
createTypeReferenceAdapter()
Creates a new adapter for an object of class '
Type Reference'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static VarlinkIdlPackage modelPackage
protected VarlinkIdlSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public VarlinkIdlAdapterFactory()
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 createInterfaceAdapter()
Interface'.
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.
Interfacepublic org.eclipse.emf.common.notify.Adapter createMemberAdapter()
Member'.
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.
Memberpublic org.eclipse.emf.common.notify.Adapter createTypeAliasAdapter()
Type Alias'.
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.
TypeAliaspublic org.eclipse.emf.common.notify.Adapter createTypeAliasDefinitionAdapter()
Type Alias Definition'.
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.
TypeAliasDefinitionpublic org.eclipse.emf.common.notify.Adapter createEnumAdapter()
Enum'.
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.
Enumpublic org.eclipse.emf.common.notify.Adapter createObjectAdapter()
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.
Objectpublic org.eclipse.emf.common.notify.Adapter createFieldAdapter()
Field'.
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.
Fieldpublic org.eclipse.emf.common.notify.Adapter createElementTypeAdapter()
Element 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.
ElementTypepublic org.eclipse.emf.common.notify.Adapter createArrayAdapter()
Array'.
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.
Arraypublic org.eclipse.emf.common.notify.Adapter createDictionaryAdapter()
Dictionary'.
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.
Dictionarypublic org.eclipse.emf.common.notify.Adapter createOptionalAdapter()
Optional'.
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.
Optionalpublic org.eclipse.emf.common.notify.Adapter createTypeReferenceAdapter()
Type 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.
TypeReferencepublic org.eclipse.emf.common.notify.Adapter createBasicTypeAdapter()
Basic 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.
BasicTypepublic org.eclipse.emf.common.notify.Adapter createMethodAdapter()
Method'.
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.
Methodpublic org.eclipse.emf.common.notify.Adapter createArgumentsAdapter()
Arguments'.
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.
Argumentspublic org.eclipse.emf.common.notify.Adapter createResultAdapter()
Result'.
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.
Resultpublic org.eclipse.emf.common.notify.Adapter createErrorAdapter()
Error'.
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.
Errorpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2017–2018. All rights reserved.