|
||||||||||
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.ocl.types.util.TypesAdapterFactory
TypesAdapterFactory
class,
instead.
@Deprecated public class TypesAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
TypesPackage
Field Summary | |
---|---|
static String |
copyright
Deprecated. |
protected static TypesPackage |
modelPackage
Deprecated. The cached model package |
protected TypesSwitch |
modelSwitch
Deprecated. The switch the delegates to the createXXX methods |
Constructor Summary | |
---|---|
TypesAdapterFactory()
Deprecated. Creates an instance of the adapter factory |
Method Summary | |
---|---|
Adapter |
createAdapter(Notifier target)
Deprecated. Creates an adapter for the target |
Adapter |
createAnyTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' Any Type ' |
Adapter |
createASTNodeAdapter()
Deprecated. Creates a new adapter for an object of class ' AST Node ' |
Adapter |
createBagTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' Bag Type ' |
Adapter |
createCollectionTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' Collection Type ' |
Adapter |
createEClassAdapter()
Deprecated. Creates a new adapter for an object of class ' EClass ' |
Adapter |
createEClassifierAdapter()
Deprecated. Creates a new adapter for an object of class ' EClassifier ' |
Adapter |
createEDataTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' EData Type ' |
Adapter |
createElementTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' Element Type ' |
Adapter |
createEModelElementAdapter()
Deprecated. Creates a new adapter for an object of class ' EModel Element ' |
Adapter |
createENamedElementAdapter()
Deprecated. Creates a new adapter for an object of class ' ENamed Element ' |
Adapter |
createEObjectAdapter()
Deprecated. Creates a new adapter for the default case |
Adapter |
createInvalidTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' Invalid Type ' |
Adapter |
createMessageTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' Message Type ' |
Adapter |
createOrderedSetTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' Ordered Set Type ' |
Adapter |
createPredefinedTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' Predefined Type ' |
Adapter |
createPrimitiveBooleanAdapter()
Deprecated. Creates a new adapter for an object of class ' Primitive Boolean ' |
Adapter |
createPrimitiveIntegerAdapter()
Deprecated. Creates a new adapter for an object of class ' Primitive Integer ' |
Adapter |
createPrimitiveRealAdapter()
Deprecated. Creates a new adapter for an object of class ' Primitive Real ' |
Adapter |
createPrimitiveStringAdapter()
Deprecated. Creates a new adapter for an object of class ' Primitive String ' |
Adapter |
createPrimitiveTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' Primitive Type ' |
Adapter |
createSequenceTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' Sequence Type ' |
Adapter |
createSetTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' Set Type ' |
Adapter |
createTupleTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' Tuple Type ' |
Adapter |
createTypedASTNodeAdapter()
Deprecated. Creates a new adapter for an object of class ' Typed AST Node ' |
Adapter |
createTypeTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' Type Type ' |
Adapter |
createVoidTypeAdapter()
Deprecated. Creates a new adapter for an object of class ' Void Type ' |
boolean |
isFactoryForType(Object object)
Deprecated. 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 |
---|
public static final String copyright
protected static TypesPackage modelPackage
protected TypesSwitch modelSwitch
createXXX
methods.
Constructor Detail |
---|
public TypesAdapterFactory()
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.
isFactoryForType
in interface AdapterFactory
isFactoryForType
in class AdapterFactoryImpl
public Adapter createAdapter(Notifier target)
target
.
createAdapter
in class AdapterFactoryImpl
target
- the object to adapt.
target
.public Adapter createBagTypeAdapter()
Bag 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.
BagType
public Adapter createCollectionTypeAdapter()
Collection 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.
CollectionType
public Adapter createOrderedSetTypeAdapter()
Ordered Set 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.
OrderedSetType
public Adapter createSequenceTypeAdapter()
Sequence 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.
SequenceType
public Adapter createSetTypeAdapter()
Set 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.
SetType
public Adapter createTupleTypeAdapter()
Tuple 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.
TupleType
public Adapter createVoidTypeAdapter()
Void 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.
VoidType
public Adapter createMessageTypeAdapter()
Message 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.
MessageType
public 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.
ElementType
public Adapter createInvalidTypeAdapter()
Invalid 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.
InvalidType
public Adapter createTypeTypeAdapter()
Type 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.
TypeType
public Adapter createPrimitiveTypeAdapter()
Primitive 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.
PrimitiveType
public Adapter createPrimitiveBooleanAdapter()
Primitive Boolean
'.
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.
PrimitiveBoolean
public Adapter createPrimitiveIntegerAdapter()
Primitive Integer
'.
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.
PrimitiveInteger
public Adapter createPrimitiveRealAdapter()
Primitive Real
'.
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.
PrimitiveReal
public Adapter createPrimitiveStringAdapter()
Primitive String
'.
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.
PrimitiveString
public 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.
AnyType
public Adapter createEModelElementAdapter()
EModel 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.
EModelElement
public Adapter createENamedElementAdapter()
ENamed 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.
ENamedElement
public Adapter createEClassifierAdapter()
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.
EClassifier
public Adapter createPredefinedTypeAdapter()
Predefined 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.
PredefinedType
public Adapter createEDataTypeAdapter()
EData 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.
EDataType
public Adapter createASTNodeAdapter()
AST Node
'.
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.
ASTNode
public Adapter createTypedASTNodeAdapter()
Typed AST Node
'.
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.
TypedASTNode
public Adapter createEClassAdapter()
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.
EClass
public Adapter createEObjectAdapter()
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |