| 
 | ||||||||||
| 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.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(), 
Serialized Form| Field Summary | |
|---|---|
| static int | ASCThe 'ASC' literal value. | 
| static IncrementType | ASC_LITERALThe 'ASC' literal object. | 
| static int | DESCThe 'DESC' literal value. | 
| static IncrementType | DESC_LITERALThe 'DESC' literal object. | 
| static int | RANDOMThe 'RANDOM' literal value. | 
| static IncrementType | RANDOM_LITERALThe 'RANDOM' literal object. | 
| static java.util.List | VALUESA 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 org.eclipse.emf.common.util.AbstractEnumerator | 
|---|
| getLiteral, getName, getValue, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, 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 int RANDOM
If the meaning of 'RANDOM' literal object isn't clear, there really should be more of a description here...
RANDOM_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...
ASCpublic static final IncrementType DESC_LITERAL
If the meaning of 'DESC' literal object isn't clear, there really should be more of a description here...
DESCpublic static final IncrementType RANDOM_LITERAL
RANDOMpublic 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 | |||||||||