Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.datatypes.PredefinedDataType

Packages that use PredefinedDataType
org.eclipse.wst.rdb.internal.models.sql.datatypes   
org.eclipse.wst.rdb.internal.models.sql.datatypes.impl   
org.eclipse.wst.rdb.internal.models.sql.datatypes.util   
 

Uses of PredefinedDataType in org.eclipse.wst.rdb.internal.models.sql.datatypes
 

Subinterfaces of PredefinedDataType in org.eclipse.wst.rdb.internal.models.sql.datatypes
 interface ApproximateNumericDataType
          A representation of the model object 'Approximate Numeric Data Type'.
 interface BinaryStringDataType
          A representation of the model object 'Binary String Data Type'.
 interface BooleanDataType
          A representation of the model object 'Boolean Data Type'.
 interface CharacterStringDataType
          A representation of the model object 'Character String Data Type'.
 interface DataLinkDataType
          A representation of the model object 'Data Link Data Type'.
 interface DateDataType
          A representation of the model object 'Date Data Type'.
 interface ExactNumericDataType
          A representation of the model object 'Exact Numeric Data Type'.
 interface FixedPrecisionDataType
          A representation of the model object 'Fixed Precision Data Type'.
 interface IntegerDataType
          A representation of the model object 'Integer Data Type'.
 interface IntervalDataType
          A representation of the model object 'Interval Data Type'.
 interface NumberDataType
          A representation of the model object 'Number Data Type'.
 interface NumericalDataType
          A representation of the model object 'Numerical Data Type'.
 interface TimeDataType
          A representation of the model object 'Time Data Type'.
 interface XMLDataType
          A representation of the model object 'XML Data Type'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes that return PredefinedDataType
 PredefinedDataType DistinctUserDefinedType.getPredefinedRepresentation()
          Returns the value of the 'Predefined Representation' containment reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes with parameters of type PredefinedDataType
 void DistinctUserDefinedType.setPredefinedRepresentation(PredefinedDataType value)
          Sets the value of the 'Predefined Representation' containment reference.
 

Uses of PredefinedDataType in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that implement PredefinedDataType
 class ApproximateNumericDataTypeImpl
          An implementation of the model object 'Approximate Numeric Data Type'.
 class BinaryStringDataTypeImpl
          An implementation of the model object 'Binary String Data Type'.
 class BooleanDataTypeImpl
          An implementation of the model object 'Boolean Data Type'.
 class CharacterStringDataTypeImpl
          An implementation of the model object 'Character String Data Type'.
 class DataLinkDataTypeImpl
          An implementation of the model object 'Data Link Data Type'.
 class DateDataTypeImpl
          An implementation of the model object 'Date Data Type'.
 class ExactNumericDataTypeImpl
          An implementation of the model object 'Exact Numeric Data Type'.
 class FixedPrecisionDataTypeImpl
          An implementation of the model object 'Fixed Precision Data Type'.
 class IntegerDataTypeImpl
          An implementation of the model object 'Integer Data Type'.
 class IntervalDataTypeImpl
          An implementation of the model object 'Interval Data Type'.
 class NumericalDataTypeImpl
          An implementation of the model object 'Numerical Data Type'.
 class PredefinedDataTypeImpl
          An implementation of the model object 'Predefined Data Type'.
 class TimeDataTypeImpl
          An implementation of the model object 'Time Data Type'.
 class XMLDataTypeImpl
          An implementation of the model object 'XML Data Type'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that return PredefinedDataType
 PredefinedDataType DistinctUserDefinedTypeImpl.getPredefinedRepresentation()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl with parameters of type PredefinedDataType
 org.eclipse.emf.common.notify.NotificationChain DistinctUserDefinedTypeImpl.basicSetPredefinedRepresentation(PredefinedDataType newPredefinedRepresentation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DistinctUserDefinedTypeImpl.setPredefinedRepresentation(PredefinedDataType newPredefinedRepresentation)
           
 

Uses of PredefinedDataType in org.eclipse.wst.rdb.internal.models.sql.datatypes.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.util with parameters of type PredefinedDataType
 java.lang.Object SQLDataTypesSwitch.casePredefinedDataType(PredefinedDataType object)
          Returns the result of interpretting the object as an instance of 'Predefined Data Type'.