|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.constraints.IncrementType
public final class IncrementType
A representation of the literals of the enumeration 'Increment Type', and utility methods for working with them.
SQLConstraintsPackage.getIncrementType()
Field Summary | |
---|---|
static int |
ASC
The 'ASC' literal value. |
static IncrementType |
ASC_LITERAL
The 'ASC' literal object. |
static int |
DESC
The 'DESC' literal value. |
static IncrementType |
DESC_LITERAL
The 'DESC' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Increment Type' enumerators. |
Method Summary | |
---|---|
static IncrementType |
get(int value)
Returns the 'Increment Type' literal with the specified integer value. |
static IncrementType |
get(java.lang.String literal)
Returns the 'Increment Type' literal with the specified literal value. |
static IncrementType |
getByName(java.lang.String name)
Returns the 'Increment 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 int ASC
ASC_LITERAL
,
Constant Field Valuespublic static final int DESC
DESC_LITERAL
,
Constant Field Valuespublic static final IncrementType ASC_LITERAL
If the meaning of 'ASC' literal object isn't clear, there really should be more of a description here...
ASC
public static final IncrementType DESC_LITERAL
If the meaning of 'DESC' literal object isn't clear, there really should be more of a description here...
DESC
public static final java.util.List VALUES
Method Detail |
---|
public static IncrementType get(java.lang.String literal)
public static IncrementType getByName(java.lang.String name)
public static IncrementType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |