Uses of Class
org.eclipse.datatools.connectivity.oda.design.OdaScalarDataType

Packages that use OdaScalarDataType
org.eclipse.datatools.connectivity.oda.design [Platform API] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. 
 

Uses of OdaScalarDataType in org.eclipse.datatools.connectivity.oda.design
 

Fields in org.eclipse.datatools.connectivity.oda.design with type parameters of type OdaScalarDataType
static java.util.List<OdaScalarDataType> OdaScalarDataType.VALUES
          A public read-only list of all the 'Oda Scalar Data Type' enumerators.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return OdaScalarDataType
static OdaScalarDataType OdaScalarDataType.get(int value)
          Returns the 'Oda Scalar Data Type' literal with the specified integer value.
static OdaScalarDataType OdaScalarDataType.get(java.lang.String literal)
          Returns the 'Oda Scalar Data Type' literal with the specified literal value.
static OdaScalarDataType OdaScalarDataType.getByName(java.lang.String name)
          Returns the 'Oda Scalar Data Type' literal with the specified name.
static OdaScalarDataType OdaScalarDataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OdaScalarDataType[] OdaScalarDataType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type OdaScalarDataType
 void DataElementAttributes.setApplicablePrecision(int value, OdaScalarDataType odaDataType)
          Sets the value of the 'Precision' attribute that is applicable for the given ODA data type.
 void DataElementAttributes.setApplicableScale(int value, OdaScalarDataType odaDataType)
          Sets the value of the 'Scale' attribute that is applicable for the given ODA data type.