|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.emf.cdo.dbgen.ColumnType
public final class ColumnType
A representation of the literals of the enumeration 'Column Type', and utility methods for working with them.
DBGenPackage.getColumnType()
Field Summary | |
---|---|
static int |
BIGINT
The 'BIGINT' literal value |
static ColumnType |
BIGINT_LITERAL
The 'BIGINT' literal object |
static int |
BINARY
The 'BINARY' literal value |
static ColumnType |
BINARY_LITERAL
The 'BINARY' literal object |
static int |
BIT
The 'BIT' literal value |
static ColumnType |
BIT_LITERAL
The 'BIT' literal object |
static int |
BLOB
The 'BLOB' literal value |
static ColumnType |
BLOB_LITERAL
The 'BLOB' literal object |
static int |
BOOLEAN
The 'BOOLEAN' literal value |
static ColumnType |
BOOLEAN_LITERAL
The 'BOOLEAN' literal object |
static int |
CHAR
The 'CHAR' literal value |
static ColumnType |
CHAR_LITERAL
The 'CHAR' literal object |
static int |
CLOB
The 'CLOB' literal value |
static ColumnType |
CLOB_LITERAL
The 'CLOB' literal object |
static int |
DATE
The 'DATE' literal value |
static ColumnType |
DATE_LITERAL
The 'DATE' literal object |
static int |
DECIMAL
The 'DECIMAL' literal value |
static ColumnType |
DECIMAL_LITERAL
The 'DECIMAL' literal object |
static int |
DOUBLE
The 'DOUBLE' literal value |
static ColumnType |
DOUBLE_LITERAL
The 'DOUBLE' literal object |
static int |
FLOAT
The 'FLOAT' literal value |
static ColumnType |
FLOAT_LITERAL
The 'FLOAT' literal object |
static int |
INTEGER
The 'INTEGER' literal value |
static ColumnType |
INTEGER_LITERAL
The 'INTEGER' literal object |
static int |
LONGVARBINARY
The 'LONGVARBINARY' literal value |
static ColumnType |
LONGVARBINARY_LITERAL
The 'LONGVARBINARY' literal object |
static int |
LONGVARCHAR
The 'LONGVARCHAR' literal value |
static ColumnType |
LONGVARCHAR_LITERAL
The 'LONGVARCHAR' literal object |
static int |
NUMERIC
The 'NUMERIC' literal value |
static ColumnType |
NUMERIC_LITERAL
The 'NUMERIC' literal object |
static int |
REAL
The 'REAL' literal value |
static ColumnType |
REAL_LITERAL
The 'REAL' literal object |
static int |
SMALLINT
The 'SMALLINT' literal value |
static ColumnType |
SMALLINT_LITERAL
The 'SMALLINT' literal object |
static int |
TIME
The 'TIME' literal value |
static ColumnType |
TIME_LITERAL
The 'TIME' literal object |
static int |
TIMESTAMP
The 'TIMESTAMP' literal value |
static ColumnType |
TIMESTAMP_LITERAL
The 'TIMESTAMP' literal object |
static int |
TINYINT
The 'TINYINT' literal value |
static ColumnType |
TINYINT_LITERAL
The 'TINYINT' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Column Type' enumerators |
static int |
VARBINARY
The 'VARBINARY' literal value |
static ColumnType |
VARBINARY_LITERAL
The 'VARBINARY' literal object |
static int |
VARCHAR
The 'VARCHAR' literal value |
static ColumnType |
VARCHAR_LITERAL
The 'VARCHAR' literal object |
Method Summary | |
---|---|
static ColumnType |
get(int value)
Returns the 'Column Type' literal with the specified integer value |
static ColumnType |
get(java.lang.String literal)
Returns the 'Column Type' literal with the specified literal value |
static ColumnType |
getByName(java.lang.String name)
Returns the 'Column Type' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public 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 int BIT
If the meaning of 'BIT' literal object isn't clear, there really should be more of a description here...
BIT_LITERAL
,
Constant Field Valuespublic static final int TINYINT
If the meaning of 'TINYINT' literal object isn't clear, there really should be more of a description here...
TINYINT_LITERAL
,
Constant Field Valuespublic static final int SMALLINT
If the meaning of 'SMALLINT' literal object isn't clear, there really should be more of a description here...
SMALLINT_LITERAL
,
Constant Field Valuespublic static final int INTEGER
If the meaning of 'INTEGER' literal object isn't clear, there really should be more of a description here...
INTEGER_LITERAL
,
Constant Field Valuespublic static final int BIGINT
If the meaning of 'BIGINT' literal object isn't clear, there really should be more of a description here...
BIGINT_LITERAL
,
Constant Field Valuespublic static final int FLOAT
If the meaning of 'FLOAT' literal object isn't clear, there really should be more of a description here...
FLOAT_LITERAL
,
Constant Field Valuespublic static final int REAL
If the meaning of 'REAL' literal object isn't clear, there really should be more of a description here...
REAL_LITERAL
,
Constant Field Valuespublic static final int DOUBLE
If the meaning of 'DOUBLE' literal object isn't clear, there really should be more of a description here...
DOUBLE_LITERAL
,
Constant Field Valuespublic static final int NUMERIC
If the meaning of 'NUMERIC' literal object isn't clear, there really should be more of a description here...
NUMERIC_LITERAL
,
Constant Field Valuespublic static final int DECIMAL
If the meaning of 'DECIMAL' literal object isn't clear, there really should be more of a description here...
DECIMAL_LITERAL
,
Constant Field Valuespublic static final int CHAR
If the meaning of 'CHAR' literal object isn't clear, there really should be more of a description here...
CHAR_LITERAL
,
Constant Field Valuespublic static final int VARCHAR
If the meaning of 'VARCHAR' literal object isn't clear, there really should be more of a description here...
VARCHAR_LITERAL
,
Constant Field Valuespublic static final int LONGVARCHAR
If the meaning of 'LONGVARCHAR' literal object isn't clear, there really should be more of a description here...
LONGVARCHAR_LITERAL
,
Constant Field Valuespublic static final int DATE
If the meaning of 'DATE' literal object isn't clear, there really should be more of a description here...
DATE_LITERAL
,
Constant Field Valuespublic static final int TIME
If the meaning of 'TIME' literal object isn't clear, there really should be more of a description here...
TIME_LITERAL
,
Constant Field Valuespublic static final int TIMESTAMP
If the meaning of 'TIMESTAMP' literal object isn't clear, there really should be more of a description here...
TIMESTAMP_LITERAL
,
Constant Field Valuespublic static final int BINARY
If the meaning of 'BINARY' literal object isn't clear, there really should be more of a description here...
BINARY_LITERAL
,
Constant Field Valuespublic static final int VARBINARY
If the meaning of 'VARBINARY' literal object isn't clear, there really should be more of a description here...
VARBINARY_LITERAL
,
Constant Field Valuespublic static final int LONGVARBINARY
If the meaning of 'LONGVARBINARY' literal object isn't clear, there really should be more of a description here...
LONGVARBINARY_LITERAL
,
Constant Field Valuespublic static final int BLOB
If the meaning of 'BLOB' literal object isn't clear, there really should be more of a description here...
BLOB_LITERAL
,
Constant Field Valuespublic static final int CLOB
If the meaning of 'CLOB' literal object isn't clear, there really should be more of a description here...
CLOB_LITERAL
,
Constant Field Valuespublic static final ColumnType BOOLEAN_LITERAL
BOOLEAN
public static final ColumnType BIT_LITERAL
BIT
public static final ColumnType TINYINT_LITERAL
TINYINT
public static final ColumnType SMALLINT_LITERAL
SMALLINT
public static final ColumnType INTEGER_LITERAL
INTEGER
public static final ColumnType BIGINT_LITERAL
BIGINT
public static final ColumnType FLOAT_LITERAL
FLOAT
public static final ColumnType REAL_LITERAL
REAL
public static final ColumnType DOUBLE_LITERAL
DOUBLE
public static final ColumnType NUMERIC_LITERAL
NUMERIC
public static final ColumnType DECIMAL_LITERAL
DECIMAL
public static final ColumnType CHAR_LITERAL
CHAR
public static final ColumnType VARCHAR_LITERAL
VARCHAR
public static final ColumnType LONGVARCHAR_LITERAL
LONGVARCHAR
public static final ColumnType DATE_LITERAL
DATE
public static final ColumnType TIME_LITERAL
TIME
public static final ColumnType TIMESTAMP_LITERAL
TIMESTAMP
public static final ColumnType BINARY_LITERAL
BINARY
public static final ColumnType VARBINARY_LITERAL
VARBINARY
public static final ColumnType LONGVARBINARY_LITERAL
LONGVARBINARY
public static final ColumnType BLOB_LITERAL
BLOB
public static final ColumnType CLOB_LITERAL
CLOB
public static final java.util.List VALUES
Method Detail |
---|
public static ColumnType get(java.lang.String literal)
public static ColumnType getByName(java.lang.String name)
public static ColumnType get(int value)
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |