|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.connectivity.oda.design.OdaComplexDataType
A representation of the literals of the enumeration 'Oda Complex Data Type', and utility methods for working with them. ODA complex data types.
DesignPackage.getOdaComplexDataType()
,
Serialized FormField Summary | |
static java.lang.String |
copyright
|
static int |
STRUCTURE
The 'Structure' literal value. |
static OdaComplexDataType |
STRUCTURE_LITERAL
The 'Structure' literal object. |
static int |
TABLE
The 'Table' literal value. |
static OdaComplexDataType |
TABLE_LITERAL
The 'Table' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Oda Complex Data Type' enumerators. |
Method Summary | |
static OdaComplexDataType |
get(int value)
Returns the 'Oda Complex Data Type' literal with the specified integer value. |
static OdaComplexDataType |
get(java.lang.String literal)
Returns the 'Oda Complex Data Type' literal with the specified literal value. |
static OdaComplexDataType |
getByName(java.lang.String name)
Returns the 'Oda Complex Data Type' literal with the specified name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String copyright
public static final int STRUCTURE
STRUCTURE_LITERAL
,
Constant Field Valuespublic static final int TABLE
TABLE_LITERAL
,
Constant Field Valuespublic static final OdaComplexDataType STRUCTURE_LITERAL
STRUCTURE
public static final OdaComplexDataType TABLE_LITERAL
TABLE
public static final java.util.List VALUES
Method Detail |
public static OdaComplexDataType get(java.lang.String literal)
public static OdaComplexDataType getByName(java.lang.String name)
public static OdaComplexDataType get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |