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

Packages that use OdaComplexDataType
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 OdaComplexDataType in org.eclipse.datatools.connectivity.oda.design
 

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

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