| 
 | ||||||||||
| 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.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 | |
|---|---|
|  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 | createApproximateNumericDataTypeAdapter()Creates a new adapter for an object of class ' Approximate Numeric Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createArrayDataTypeAdapter()Creates a new adapter for an object of class ' Array Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createAttributeDefinitionAdapter()Creates a new adapter for an object of class ' Attribute Definition'. | 
|  org.eclipse.emf.common.notify.Adapter | createBinaryStringDataTypeAdapter()Creates a new adapter for an object of class ' Binary String Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createBooleanDataTypeAdapter()Creates a new adapter for an object of class ' Boolean Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createCharacterSetAdapter()Creates a new adapter for an object of class ' Character Set'. | 
|  org.eclipse.emf.common.notify.Adapter | createCharacterStringDataTypeAdapter()Creates a new adapter for an object of class ' Character String Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createCollectionDataTypeAdapter()Creates a new adapter for an object of class ' Collection Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createConstructedDataTypeAdapter()Creates a new adapter for an object of class ' Constructed Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createDataLinkDataTypeAdapter()Creates a new adapter for an object of class ' Data Link Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createDataTypeAdapter()Creates a new adapter for an object of class ' Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createDateDataTypeAdapter()Creates a new adapter for an object of class ' Date Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createDistinctUserDefinedTypeAdapter()Creates a new adapter for an object of class ' Distinct User Defined Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createDomainAdapter()Creates a new adapter for an object of class ' Domain'. | 
|  org.eclipse.emf.common.notify.Adapter | createElementTypeAdapter()Creates a new adapter for an object of class ' Element Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createEModelElementAdapter()Creates a new adapter for an object of class ' EModel Element'. | 
|  org.eclipse.emf.common.notify.Adapter | createENamedElementAdapter()Creates a new adapter for an object of class ' ENamed Element'. | 
|  org.eclipse.emf.common.notify.Adapter | createEObjectAdapter()Creates a new adapter for the default case. | 
|  org.eclipse.emf.common.notify.Adapter | createExactNumericDataTypeAdapter()Creates a new adapter for an object of class ' Exact Numeric Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createFieldAdapter()Creates a new adapter for an object of class ' Field'. | 
|  org.eclipse.emf.common.notify.Adapter | createFixedPrecisionDataTypeAdapter()Creates a new adapter for an object of class ' Fixed Precision Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createIntegerDataTypeAdapter()Creates a new adapter for an object of class ' Integer Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createIntervalDataTypeAdapter()Creates a new adapter for an object of class ' Interval Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createMultisetDataTypeAdapter()Creates a new adapter for an object of class ' Multiset Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createNumericalDataTypeAdapter()Creates a new adapter for an object of class ' Numerical Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createPredefinedDataTypeAdapter()Creates a new adapter for an object of class ' Predefined Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createReferenceDataTypeAdapter()Creates a new adapter for an object of class ' Reference Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createRowDataTypeAdapter()Creates a new adapter for an object of class ' Row Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createSQLDataTypeAdapter()Creates a new adapter for an object of class ' SQL Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createSQLObjectAdapter()Creates a new adapter for an object of class ' SQL Object'. | 
|  org.eclipse.emf.common.notify.Adapter | createStructuredUserDefinedTypeAdapter()Creates a new adapter for an object of class ' Structured User Defined Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createTimeDataTypeAdapter()Creates a new adapter for an object of class ' Time Data Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createTypedElementAdapter()Creates a new adapter for an object of class ' Typed Element'. | 
|  org.eclipse.emf.common.notify.Adapter | createUserDefinedTypeAdapter()Creates a new adapter for an object of class ' User Defined Type'. | 
|  org.eclipse.emf.common.notify.Adapter | createUserDefinedTypeOrderingAdapter()Creates a new adapter for an object of class ' User Defined Type Ordering'. | 
|  org.eclipse.emf.common.notify.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 org.eclipse.emf.common.notify.impl.AdapterFactoryImpl | 
|---|
| adapt, adapt, adaptAllNew, adaptNew | 
| 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.
 
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 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.
 
UserDefinedTypepublic org.eclipse.emf.common.notify.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.
 
DataTypepublic org.eclipse.emf.common.notify.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.
 
PredefinedDataTypepublic org.eclipse.emf.common.notify.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.
 
CollectionDataTypepublic org.eclipse.emf.common.notify.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.
 
NumericalDataTypepublic org.eclipse.emf.common.notify.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.
 
CharacterStringDataTypepublic org.eclipse.emf.common.notify.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.
 
RowDataTypepublic org.eclipse.emf.common.notify.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.
 
ArrayDataTypepublic org.eclipse.emf.common.notify.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.
 
MultisetDataTypepublic org.eclipse.emf.common.notify.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.
 
BooleanDataTypepublic org.eclipse.emf.common.notify.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.
 
IntervalDataTypepublic org.eclipse.emf.common.notify.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.
 
BinaryStringDataTypepublic org.eclipse.emf.common.notify.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.
 
CharacterSetpublic org.eclipse.emf.common.notify.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.
 
TimeDataTypepublic org.eclipse.emf.common.notify.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.
 
DistinctUserDefinedTypepublic org.eclipse.emf.common.notify.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.
 
StructuredUserDefinedTypepublic org.eclipse.emf.common.notify.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.
 
AttributeDefinitionpublic org.eclipse.emf.common.notify.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.
 
FixedPrecisionDataTypepublic org.eclipse.emf.common.notify.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.
 
Domainpublic 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 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.
 
ReferenceDataTypepublic org.eclipse.emf.common.notify.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.
 
ConstructedDataTypepublic org.eclipse.emf.common.notify.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.
 
SQLDataTypepublic org.eclipse.emf.common.notify.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.
 
DataLinkDataTypepublic org.eclipse.emf.common.notify.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.
 
UserDefinedTypeOrderingpublic org.eclipse.emf.common.notify.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.
 
DateDataTypepublic org.eclipse.emf.common.notify.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.
 
ExactNumericDataTypepublic org.eclipse.emf.common.notify.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.
 
ApproximateNumericDataTypepublic org.eclipse.emf.common.notify.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.
 
IntegerDataTypepublic org.eclipse.emf.common.notify.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.
 
XMLDataTypepublic 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 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.
 
EModelElementpublic org.eclipse.emf.common.notify.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.
 
ENamedElementpublic org.eclipse.emf.common.notify.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.
 
SQLObjectpublic org.eclipse.emf.common.notify.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.
 
TypedElementpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||