|
||||||||||
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.OdaScalarDataType
public final class OdaScalarDataType
A representation of the literals of the enumeration 'Oda Scalar Data Type', and utility methods for working with them. ODA scalar data types.
DesignPackage.getOdaScalarDataType()
Field Summary | |
---|---|
static int |
BLOB
The 'Blob' literal value. |
static OdaScalarDataType |
BLOB_LITERAL
The 'Blob' literal object. |
static int |
BOOLEAN
The 'Boolean' literal value. |
static OdaScalarDataType |
BOOLEAN_LITERAL
The 'Boolean' literal object. |
static int |
CLOB
The 'Clob' literal value. |
static OdaScalarDataType |
CLOB_LITERAL
The 'Clob' literal object. |
static java.lang.String |
copyright
|
static int |
DATE
The 'Date' literal value. |
static OdaScalarDataType |
DATE_LITERAL
The 'Date' literal object. |
static int |
DECIMAL
The 'Decimal' literal value. |
static OdaScalarDataType |
DECIMAL_LITERAL
The 'Decimal' literal object. |
static int |
DOUBLE
The 'Double' literal value. |
static OdaScalarDataType |
DOUBLE_LITERAL
The 'Double' literal object. |
static int |
INTEGER
The 'Integer' literal value. |
static OdaScalarDataType |
INTEGER_LITERAL
The 'Integer' literal object. |
static int |
STRING
The 'String' literal value. |
static OdaScalarDataType |
STRING_LITERAL
The 'String' literal object. |
static int |
TIME
The 'Time' literal value. |
static OdaScalarDataType |
TIME_LITERAL
The 'Time' literal object. |
static int |
TIMESTAMP
The 'Timestamp' literal value. |
static OdaScalarDataType |
TIMESTAMP_LITERAL
The 'Timestamp' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Oda Scalar Data Type' enumerators. |
Method Summary | |
---|---|
static OdaScalarDataType |
get(int value)
Returns the 'Oda Scalar Data Type' literal with the specified integer value. |
static OdaScalarDataType |
get(java.lang.String literal)
Returns the 'Oda Scalar Data Type' literal with the specified literal value. |
static OdaScalarDataType |
getByName(java.lang.String name)
Returns the 'Oda Scalar 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 DATE
DATE_LITERAL
,
Constant Field Valuespublic static final int DOUBLE
DOUBLE_LITERAL
,
Constant Field Valuespublic static final int INTEGER
INTEGER_LITERAL
,
Constant Field Valuespublic static final int STRING
STRING_LITERAL
,
Constant Field Valuespublic static final int TIME
TIME_LITERAL
,
Constant Field Valuespublic static final int TIMESTAMP
TIMESTAMP_LITERAL
,
Constant Field Valuespublic static final int DECIMAL
DECIMAL_LITERAL
,
Constant Field Valuespublic static final int BLOB
BLOB_LITERAL
,
Constant Field Valuespublic static final int CLOB
CLOB_LITERAL
,
Constant Field Valuespublic static final int BOOLEAN
If the meaning of 'Boolean' literal object isn't clear, there really should be more of a description here...
BOOLEAN_LITERAL
,
Constant Field Valuespublic static final OdaScalarDataType DATE_LITERAL
DATE
public static final OdaScalarDataType DOUBLE_LITERAL
DOUBLE
public static final OdaScalarDataType INTEGER_LITERAL
INTEGER
public static final OdaScalarDataType STRING_LITERAL
STRING
public static final OdaScalarDataType TIME_LITERAL
TIME
public static final OdaScalarDataType TIMESTAMP_LITERAL
TIMESTAMP
public static final OdaScalarDataType DECIMAL_LITERAL
DECIMAL
public static final OdaScalarDataType BLOB_LITERAL
BLOB
public static final OdaScalarDataType CLOB_LITERAL
CLOB
public static final OdaScalarDataType BOOLEAN_LITERAL
BOOLEAN
public static final java.util.List VALUES
Method Detail |
---|
public static OdaScalarDataType get(java.lang.String literal)
public static OdaScalarDataType getByName(java.lang.String name)
public static OdaScalarDataType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |