public class PivotAnnotationsAdapterFactory
extends AdapterFactoryImpl
createXXX method for each class of the model.
PivotAnnotationsPackage| Constructor and Description |
|---|
PivotAnnotationsAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createASLibrary_EPackageAdapter()
Creates a new adapter for an object of class '
AS Library EPackage'. |
Adapter |
createASMetamodel_EPackageAdapter()
Creates a new adapter for an object of class '
AS Metamodel EPackage'. |
Adapter |
createCollection_EClassAdapter()
Creates a new adapter for an object of class '
Collection EClass'. |
Adapter |
createCollection_EPackageAdapter()
Creates a new adapter for an object of class '
Collection EPackage'. |
Adapter |
createCollection_ETypedElementAdapter()
Creates a new adapter for an object of class '
Collection ETyped Element'. |
Adapter |
createEcore_OCL_EClassifierAdapter()
Creates a new adapter for an object of class '
Ecore OCL EClassifier'. |
Adapter |
createEcore_OCL_EOperationAdapter()
Creates a new adapter for an object of class '
Ecore OCL EOperation'. |
Adapter |
createEcore_OCL_EStructuralFeatureAdapter()
Creates a new adapter for an object of class '
Ecore OCL EStructural Feature'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createImport_EPackageAdapter()
Creates a new adapter for an object of class '
Import EPackage'. |
Adapter |
createMetaAnnotation_EAnnotationAdapter()
Creates a new adapter for an object of class '
Meta Annotation EAnnotation'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
public PivotAnnotationsAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the model's package or is an instance object of the model.
public Adapter createAdapter(Notifier target)
target.
target - the object to adapt.target.public Adapter createASLibrary_EPackageAdapter()
AS Library EPackage'.
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.
ASLibrary_EPackagepublic Adapter createASMetamodel_EPackageAdapter()
AS Metamodel EPackage'.
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.
ASMetamodel_EPackagepublic Adapter createCollection_EClassAdapter()
Collection EClass'.
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.
Collection_EClasspublic Adapter createCollection_EPackageAdapter()
Collection EPackage'.
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.
Collection_EPackagepublic Adapter createCollection_ETypedElementAdapter()
Collection ETyped 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.
Collection_ETypedElementpublic Adapter createEcore_OCL_EClassifierAdapter()
Ecore OCL EClassifier'.
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.
Ecore_OCL_EClassifierpublic Adapter createEcore_OCL_EOperationAdapter()
Ecore OCL EOperation'.
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.
Ecore_OCL_EOperationpublic Adapter createEcore_OCL_EStructuralFeatureAdapter()
Ecore OCL EStructural Feature'.
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.
Ecore_OCL_EStructuralFeaturepublic Adapter createImport_EPackageAdapter()
Import EPackage'.
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.
Import_EPackagepublic Adapter createMetaAnnotation_EAnnotationAdapter()
Meta Annotation EAnnotation'.
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.
MetaAnnotation_EAnnotationpublic Adapter createEObjectAdapter()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.