public class ValuesAdapterFactory
extends AdapterFactoryImpl
createXXX method for each class of the model.
ValuesPackage| Constructor and Description |
|---|
ValuesAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createBagValueAdapter()
Creates a new adapter for an object of class '
Bag Value'. |
Adapter |
createCollectionValueAdapter()
Creates a new adapter for an object of class '
Collection Value'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createIntegerValueAdapter()
Creates a new adapter for an object of class '
Integer Value'. |
Adapter |
createInvalidValueAdapter()
Creates a new adapter for an object of class '
Invalid Value'. |
Adapter |
createNullValueAdapter()
Creates a new adapter for an object of class '
Null Value'. |
Adapter |
createObjectValueAdapter()
Creates a new adapter for an object of class '
Object Value'. |
Adapter |
createOrderedCollectionValueAdapter()
Creates a new adapter for an object of class '
Ordered Collection Value'. |
Adapter |
createOrderedSetValueAdapter()
Creates a new adapter for an object of class '
Ordered Set Value'. |
Adapter |
createRealValueAdapter()
Creates a new adapter for an object of class '
Real Value'. |
Adapter |
createSequenceValueAdapter()
Creates a new adapter for an object of class '
Sequence Value'. |
Adapter |
createSetValueAdapter()
Creates a new adapter for an object of class '
Set Value'. |
Adapter |
createTupleValueAdapter()
Creates a new adapter for an object of class '
Tuple Value'. |
Adapter |
createUniqueCollectionValueAdapter()
Creates a new adapter for an object of class '
Unique Collection Value'. |
Adapter |
createUnlimitedValueAdapter()
Creates a new adapter for an object of class '
Unlimited Value'. |
Adapter |
createValueAdapter()
Creates a new adapter for an object of class '
Value'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
public ValuesAdapterFactory()
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 createBagValueAdapter()
Bag Value'.
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.
BagValuepublic Adapter createCollectionValueAdapter()
Collection Value'.
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.
CollectionValuepublic Adapter createIntegerValueAdapter()
Integer Value'.
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.
IntegerValuepublic Adapter createInvalidValueAdapter()
Invalid Value'.
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.
InvalidValuepublic Adapter createNullValueAdapter()
Null Value'.
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.
NullValuepublic Adapter createObjectValueAdapter()
Object Value'.
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.
ObjectValuepublic Adapter createOrderedCollectionValueAdapter()
Ordered Collection Value'.
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.
OrderedCollectionValuepublic Adapter createOrderedSetValueAdapter()
Ordered Set Value'.
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.
OrderedSetValuepublic Adapter createRealValueAdapter()
Real Value'.
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.
RealValuepublic Adapter createSequenceValueAdapter()
Sequence Value'.
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.
SequenceValuepublic Adapter createSetValueAdapter()
Set Value'.
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.
SetValuepublic Adapter createTupleValueAdapter()
Tuple Value'.
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.
TupleValuepublic Adapter createUniqueCollectionValueAdapter()
Unique Collection Value'.
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.
UniqueCollectionValuepublic Adapter createUnlimitedValueAdapter()
Unlimited Value'.
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.
UnlimitedValuepublic Adapter createValueAdapter()
Value'.
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.
Valuepublic Adapter createEObjectAdapter()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.