|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAdapterFactoryImpl
org.eclipse.datatools.modelbase.sql.datatypes.util.SQLDataTypesAdapterFactory
public class SQLDataTypesAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
SQLDataTypesPackage
Constructor Summary | |
---|---|
SQLDataTypesAdapterFactory()
Creates an instance of the adapter factory. |
Method Summary | |
---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the target . |
Adapter |
createApproximateNumericDataTypeAdapter()
Creates a new adapter for an object of class ' Approximate Numeric Data Type '. |
Adapter |
createArrayDataTypeAdapter()
Creates a new adapter for an object of class ' Array Data Type '. |
Adapter |
createAttributeDefinitionAdapter()
Creates a new adapter for an object of class ' Attribute Definition '. |
Adapter |
createBinaryStringDataTypeAdapter()
Creates a new adapter for an object of class ' Binary String Data Type '. |
Adapter |
createBooleanDataTypeAdapter()
Creates a new adapter for an object of class ' Boolean Data Type '. |
Adapter |
createCharacterSetAdapter()
Creates a new adapter for an object of class ' Character Set '. |
Adapter |
createCharacterStringDataTypeAdapter()
Creates a new adapter for an object of class ' Character String Data Type '. |
Adapter |
createCollectionDataTypeAdapter()
Creates a new adapter for an object of class ' Collection Data Type '. |
Adapter |
createConstructedDataTypeAdapter()
Creates a new adapter for an object of class ' Constructed Data Type '. |
Adapter |
createDataLinkDataTypeAdapter()
Creates a new adapter for an object of class ' Data Link Data Type '. |
Adapter |
createDataTypeAdapter()
Creates a new adapter for an object of class ' Data Type '. |
Adapter |
createDateDataTypeAdapter()
Creates a new adapter for an object of class ' Date Data Type '. |
Adapter |
createDistinctUserDefinedTypeAdapter()
Creates a new adapter for an object of class ' Distinct User Defined Type '. |
Adapter |
createDomainAdapter()
Creates a new adapter for an object of class ' Domain '. |
Adapter |
createEModelElementAdapter()
Creates a new adapter for an object of class ' EModel Element '. |
Adapter |
createENamedElementAdapter()
Creates a new adapter for an object of class ' ENamed Element '. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
Adapter |
createExactNumericDataTypeAdapter()
Creates a new adapter for an object of class ' Exact Numeric Data Type '. |
Adapter |
createFieldAdapter()
Creates a new adapter for an object of class ' Field '. |
Adapter |
createFixedPrecisionDataTypeAdapter()
Creates a new adapter for an object of class ' Fixed Precision Data Type '. |
Adapter |
createIntegerDataTypeAdapter()
Creates a new adapter for an object of class ' Integer Data Type '. |
Adapter |
createIntervalDataTypeAdapter()
Creates a new adapter for an object of class ' Interval Data Type '. |
Adapter |
createMultisetDataTypeAdapter()
Creates a new adapter for an object of class ' Multiset Data Type '. |
Adapter |
createNumericalDataTypeAdapter()
Creates a new adapter for an object of class ' Numerical Data Type '. |
Adapter |
createPredefinedDataTypeAdapter()
Creates a new adapter for an object of class ' Predefined Data Type '. |
Adapter |
createReferenceDataTypeAdapter()
Creates a new adapter for an object of class ' Reference Data Type '. |
Adapter |
createRowDataTypeAdapter()
Creates a new adapter for an object of class ' Row Data Type '. |
Adapter |
createSQLDataTypeAdapter()
Creates a new adapter for an object of class ' SQL Data Type '. |
Adapter |
createSQLObjectAdapter()
Creates a new adapter for an object of class ' SQL Object '. |
Adapter |
createStructuredUserDefinedTypeAdapter()
Creates a new adapter for an object of class ' Structured User Defined Type '. |
Adapter |
createTimeDataTypeAdapter()
Creates a new adapter for an object of class ' Time Data Type '. |
Adapter |
createTypedElementAdapter()
Creates a new adapter for an object of class ' Typed Element '. |
Adapter |
createUserDefinedTypeAdapter()
Creates a new adapter for an object of class ' User Defined Type '. |
Adapter |
createUserDefinedTypeOrderingAdapter()
Creates a new adapter for an object of class ' User Defined Type Ordering '. |
Adapter |
createXMLDataTypeAdapter()
Creates a new adapter for an object of class ' XML Data Type '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLDataTypesAdapterFactory()
Method Detail |
---|
public boolean isFactoryForType(java.lang.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 createUserDefinedTypeAdapter()
User Defined 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.
UserDefinedType
public Adapter createDataTypeAdapter()
Data 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.
DataType
public Adapter createPredefinedDataTypeAdapter()
Predefined Data 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.
PredefinedDataType
public Adapter createCollectionDataTypeAdapter()
Collection Data 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.
CollectionDataType
public Adapter createNumericalDataTypeAdapter()
Numerical Data 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.
NumericalDataType
public Adapter createCharacterStringDataTypeAdapter()
Character String Data 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.
CharacterStringDataType
public Adapter createRowDataTypeAdapter()
Row Data 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.
RowDataType
public Adapter createArrayDataTypeAdapter()
Array Data 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.
ArrayDataType
public Adapter createMultisetDataTypeAdapter()
Multiset Data 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.
MultisetDataType
public Adapter createBooleanDataTypeAdapter()
Boolean Data 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.
BooleanDataType
public Adapter createIntervalDataTypeAdapter()
Interval Data 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.
IntervalDataType
public Adapter createBinaryStringDataTypeAdapter()
Binary String Data 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.
BinaryStringDataType
public Adapter createCharacterSetAdapter()
Character Set
'.
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.
CharacterSet
public Adapter createTimeDataTypeAdapter()
Time Data 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.
TimeDataType
public Adapter createDistinctUserDefinedTypeAdapter()
Distinct User Defined 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.
DistinctUserDefinedType
public Adapter createStructuredUserDefinedTypeAdapter()
Structured User Defined 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.
StructuredUserDefinedType
public Adapter createAttributeDefinitionAdapter()
Attribute 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.
AttributeDefinition
public Adapter createFixedPrecisionDataTypeAdapter()
Fixed Precision Data 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.
FixedPrecisionDataType
public Adapter createDomainAdapter()
Domain
'.
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.
Domain
public 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.
Field
public Adapter createReferenceDataTypeAdapter()
Reference Data 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.
ReferenceDataType
public Adapter createConstructedDataTypeAdapter()
Constructed Data 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.
ConstructedDataType
public Adapter createSQLDataTypeAdapter()
SQL Data 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.
SQLDataType
public Adapter createDataLinkDataTypeAdapter()
Data Link Data 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.
DataLinkDataType
public Adapter createUserDefinedTypeOrderingAdapter()
User Defined Type Ordering
'.
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.
UserDefinedTypeOrdering
public Adapter createDateDataTypeAdapter()
Date Data 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.
DateDataType
public Adapter createExactNumericDataTypeAdapter()
Exact Numeric Data 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.
ExactNumericDataType
public Adapter createApproximateNumericDataTypeAdapter()
Approximate Numeric Data 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.
ApproximateNumericDataType
public Adapter createIntegerDataTypeAdapter()
Integer Data 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.
IntegerDataType
public Adapter createXMLDataTypeAdapter()
XML Data 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.
XMLDataType
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.
org.eclipse.emf.ecore.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.
org.eclipse.emf.ecore.ENamedElement
public Adapter createSQLObjectAdapter()
SQL 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.
SQLObject
public Adapter createTypedElementAdapter()
Typed 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.
TypedElement
public Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |