|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.dbdefinition.LengthUnit
A representation of the literals of the enumeration 'Length Unit', and utility methods for working with them.
DatabaseDefinitionPackage.getLengthUnit()
,
Serialized FormField Summary | |
static int |
BIT
The 'BIT' literal value. |
static LengthUnit |
BIT_LITERAL
The 'BIT' literal object. |
static int |
BYTE
The 'BYTE' literal value. |
static LengthUnit |
BYTE_LITERAL
The 'BYTE' literal object. |
static int |
DECIMAL
The 'DECIMAL' literal value. |
static LengthUnit |
DECIMAL_LITERAL
The 'DECIMAL' literal object. |
static int |
DOUBLE_BYTE
The 'DOUBLE BYTE' literal value. |
static LengthUnit |
DOUBLE_BYTE_LITERAL
The 'DOUBLE BYTE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Length Unit' enumerators. |
Method Summary | |
static LengthUnit |
get(int value)
Returns the 'Length Unit' literal with the specified integer value. |
static LengthUnit |
get(java.lang.String literal)
Returns the 'Length Unit' literal with the specified literal value. |
static LengthUnit |
getByName(java.lang.String name)
Returns the 'Length Unit' 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 int DECIMAL
DECIMAL_LITERAL
,
Constant Field Valuespublic static final int BIT
BIT_LITERAL
,
Constant Field Valuespublic static final int BYTE
BYTE_LITERAL
,
Constant Field Valuespublic static final int DOUBLE_BYTE
DOUBLE_BYTE_LITERAL
,
Constant Field Valuespublic static final LengthUnit DECIMAL_LITERAL
If the meaning of 'DECIMAL' literal object isn't clear, there really should be more of a description here...
DECIMAL
public static final LengthUnit BIT_LITERAL
If the meaning of 'BIT' literal object isn't clear, there really should be more of a description here...
BIT
public static final LengthUnit BYTE_LITERAL
If the meaning of 'BYTE' literal object isn't clear, there really should be more of a description here...
BYTE
public static final LengthUnit DOUBLE_BYTE_LITERAL
If the meaning of 'DOUBLE BYTE' literal object isn't clear, there really should be more of a description here...
DOUBLE_BYTE
public static final java.util.List VALUES
Method Detail |
public static LengthUnit get(java.lang.String literal)
public static LengthUnit getByName(java.lang.String name)
public static LengthUnit get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |