org.eclipse.emf.cdo.dbgen
Class ColumnType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.emf.cdo.dbgen.ColumnType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class ColumnType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Column Type', and utility methods for working with them.

See Also:
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

BOOLEAN

public static final int BOOLEAN
The 'BOOLEAN' literal value.

If the meaning of 'BOOLEAN' literal object isn't clear, there really should be more of a description here...

See Also:
BOOLEAN_LITERAL, Constant Field Values

BIT

public static final int BIT
The 'BIT' literal value.

If the meaning of 'BIT' literal object isn't clear, there really should be more of a description here...

See Also:
BIT_LITERAL, Constant Field Values

TINYINT

public static final int TINYINT
The 'TINYINT' literal value.

If the meaning of 'TINYINT' literal object isn't clear, there really should be more of a description here...

See Also:
TINYINT_LITERAL, Constant Field Values

SMALLINT

public static final int SMALLINT
The 'SMALLINT' literal value.

If the meaning of 'SMALLINT' literal object isn't clear, there really should be more of a description here...

See Also:
SMALLINT_LITERAL, Constant Field Values

INTEGER

public static final int INTEGER
The 'INTEGER' literal value.

If the meaning of 'INTEGER' literal object isn't clear, there really should be more of a description here...

See Also:
INTEGER_LITERAL, Constant Field Values

BIGINT

public static final int BIGINT
The 'BIGINT' literal value.

If the meaning of 'BIGINT' literal object isn't clear, there really should be more of a description here...

See Also:
BIGINT_LITERAL, Constant Field Values

FLOAT

public static final int FLOAT
The 'FLOAT' literal value.

If the meaning of 'FLOAT' literal object isn't clear, there really should be more of a description here...

See Also:
FLOAT_LITERAL, Constant Field Values

REAL

public static final int REAL
The 'REAL' literal value.

If the meaning of 'REAL' literal object isn't clear, there really should be more of a description here...

See Also:
REAL_LITERAL, Constant Field Values

DOUBLE

public static final int DOUBLE
The 'DOUBLE' literal value.

If the meaning of 'DOUBLE' literal object isn't clear, there really should be more of a description here...

See Also:
DOUBLE_LITERAL, Constant Field Values

NUMERIC

public static final int NUMERIC
The 'NUMERIC' literal value.

If the meaning of 'NUMERIC' literal object isn't clear, there really should be more of a description here...

See Also:
NUMERIC_LITERAL, Constant Field Values

DECIMAL

public static final int DECIMAL
The 'DECIMAL' literal value.

If the meaning of 'DECIMAL' literal object isn't clear, there really should be more of a description here...

See Also:
DECIMAL_LITERAL, Constant Field Values

CHAR

public static final int CHAR
The 'CHAR' literal value.

If the meaning of 'CHAR' literal object isn't clear, there really should be more of a description here...

See Also:
CHAR_LITERAL, Constant Field Values

VARCHAR

public static final int VARCHAR
The 'VARCHAR' literal value.

If the meaning of 'VARCHAR' literal object isn't clear, there really should be more of a description here...

See Also:
VARCHAR_LITERAL, Constant Field Values

LONGVARCHAR

public static final int LONGVARCHAR
The 'LONGVARCHAR' literal value.

If the meaning of 'LONGVARCHAR' literal object isn't clear, there really should be more of a description here...

See Also:
LONGVARCHAR_LITERAL, Constant Field Values

DATE

public static final int DATE
The 'DATE' literal value.

If the meaning of 'DATE' literal object isn't clear, there really should be more of a description here...

See Also:
DATE_LITERAL, Constant Field Values

TIME

public static final int TIME
The 'TIME' literal value.

If the meaning of 'TIME' literal object isn't clear, there really should be more of a description here...

See Also:
TIME_LITERAL, Constant Field Values

TIMESTAMP

public static final int TIMESTAMP
The 'TIMESTAMP' literal value.

If the meaning of 'TIMESTAMP' literal object isn't clear, there really should be more of a description here...

See Also:
TIMESTAMP_LITERAL, Constant Field Values

BINARY

public static final int BINARY
The 'BINARY' literal value.

If the meaning of 'BINARY' literal object isn't clear, there really should be more of a description here...

See Also:
BINARY_LITERAL, Constant Field Values

VARBINARY

public static final int VARBINARY
The 'VARBINARY' literal value.

If the meaning of 'VARBINARY' literal object isn't clear, there really should be more of a description here...

See Also:
VARBINARY_LITERAL, Constant Field Values

LONGVARBINARY

public static final int LONGVARBINARY
The 'LONGVARBINARY' literal value.

If the meaning of 'LONGVARBINARY' literal object isn't clear, there really should be more of a description here...

See Also:
LONGVARBINARY_LITERAL, Constant Field Values

BLOB

public static final int BLOB
The 'BLOB' literal value.

If the meaning of 'BLOB' literal object isn't clear, there really should be more of a description here...

See Also:
BLOB_LITERAL, Constant Field Values

CLOB

public static final int CLOB
The 'CLOB' literal value.

If the meaning of 'CLOB' literal object isn't clear, there really should be more of a description here...

See Also:
CLOB_LITERAL, Constant Field Values

BOOLEAN_LITERAL

public static final ColumnType BOOLEAN_LITERAL
The 'BOOLEAN' literal object.

See Also:
BOOLEAN

BIT_LITERAL

public static final ColumnType BIT_LITERAL
The 'BIT' literal object.

See Also:
BIT

TINYINT_LITERAL

public static final ColumnType TINYINT_LITERAL
The 'TINYINT' literal object.

See Also:
TINYINT

SMALLINT_LITERAL

public static final ColumnType SMALLINT_LITERAL
The 'SMALLINT' literal object.

See Also:
SMALLINT

INTEGER_LITERAL

public static final ColumnType INTEGER_LITERAL
The 'INTEGER' literal object.

See Also:
INTEGER

BIGINT_LITERAL

public static final ColumnType BIGINT_LITERAL
The 'BIGINT' literal object.

See Also:
BIGINT

FLOAT_LITERAL

public static final ColumnType FLOAT_LITERAL
The 'FLOAT' literal object.

See Also:
FLOAT

REAL_LITERAL

public static final ColumnType REAL_LITERAL
The 'REAL' literal object.

See Also:
REAL

DOUBLE_LITERAL

public static final ColumnType DOUBLE_LITERAL
The 'DOUBLE' literal object.

See Also:
DOUBLE

NUMERIC_LITERAL

public static final ColumnType NUMERIC_LITERAL
The 'NUMERIC' literal object.

See Also:
NUMERIC

DECIMAL_LITERAL

public static final ColumnType DECIMAL_LITERAL
The 'DECIMAL' literal object.

See Also:
DECIMAL

CHAR_LITERAL

public static final ColumnType CHAR_LITERAL
The 'CHAR' literal object.

See Also:
CHAR

VARCHAR_LITERAL

public static final ColumnType VARCHAR_LITERAL
The 'VARCHAR' literal object.

See Also:
VARCHAR

LONGVARCHAR_LITERAL

public static final ColumnType LONGVARCHAR_LITERAL
The 'LONGVARCHAR' literal object.

See Also:
LONGVARCHAR

DATE_LITERAL

public static final ColumnType DATE_LITERAL
The 'DATE' literal object.

See Also:
DATE

TIME_LITERAL

public static final ColumnType TIME_LITERAL
The 'TIME' literal object.

See Also:
TIME

TIMESTAMP_LITERAL

public static final ColumnType TIMESTAMP_LITERAL
The 'TIMESTAMP' literal object.

See Also:
TIMESTAMP

BINARY_LITERAL

public static final ColumnType BINARY_LITERAL
The 'BINARY' literal object.

See Also:
BINARY

VARBINARY_LITERAL

public static final ColumnType VARBINARY_LITERAL
The 'VARBINARY' literal object.

See Also:
VARBINARY

LONGVARBINARY_LITERAL

public static final ColumnType LONGVARBINARY_LITERAL
The 'LONGVARBINARY' literal object.

See Also:
LONGVARBINARY

BLOB_LITERAL

public static final ColumnType BLOB_LITERAL
The 'BLOB' literal object.

See Also:
BLOB

CLOB_LITERAL

public static final ColumnType CLOB_LITERAL
The 'CLOB' literal object.

See Also:
CLOB

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Column Type' enumerators.

Method Detail

get

public static ColumnType get(java.lang.String literal)
Returns the 'Column Type' literal with the specified literal value.


getByName

public static ColumnType getByName(java.lang.String name)
Returns the 'Column Type' literal with the specified name.


get

public static ColumnType get(int value)
Returns the 'Column Type' literal with the specified integer value.


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.