Uses of Interface
org.eclipse.datatools.modelbase.sql.datatypes.IntegerDataType

Packages that use IntegerDataType
org.eclipse.datatools.modelbase.sql.datatypes   
org.eclipse.datatools.modelbase.sql.datatypes.impl   
org.eclipse.datatools.modelbase.sql.datatypes.util   
 

Uses of IntegerDataType in org.eclipse.datatools.modelbase.sql.datatypes
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes that return IntegerDataType
 IntegerDataType SQLDataTypesFactory.createIntegerDataType()
          Returns a new object of class 'Integer Data Type'.
 

Uses of IntegerDataType in org.eclipse.datatools.modelbase.sql.datatypes.impl
 

Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement IntegerDataType
 class IntegerDataTypeImpl
           An implementation of the model object 'Integer Data Type'.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl that return IntegerDataType
 IntegerDataType SQLDataTypesFactoryImpl.createIntegerDataType()
           
 

Uses of IntegerDataType in org.eclipse.datatools.modelbase.sql.datatypes.util
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.util with parameters of type IntegerDataType
 java.lang.Object SQLDataTypesSwitch.caseIntegerDataType(IntegerDataType object)
          Returns the result of interpretting the object as an instance of 'Integer Data Type'.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.