| 
 | ||||||||||
| 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.schema.GenerateType
public final class GenerateType
A representation of the literals of the enumeration 'Generate Type', and utility methods for working with them. Reference: 5WD-02-Foundation-2002-12 4.14.4 Identity columns
SQLSchemaPackage.getGenerateType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | ALWAYS_GENERATEDThe 'ALWAYS GENERATED' literal value. | 
| static GenerateType | ALWAYS_GENERATED_LITERALThe 'ALWAYS GENERATED' literal object. | 
| static int | DEFAULT_GENERATEDThe 'DEFAULT GENERATED' literal value. | 
| static GenerateType | DEFAULT_GENERATED_LITERALThe 'DEFAULT GENERATED' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Generate Type' enumerators. | 
| Method Summary | |
|---|---|
| static GenerateType | get(int value)Returns the 'Generate Type' literal with the specified integer value. | 
| static GenerateType | get(java.lang.String literal)Returns the 'Generate Type' literal with the specified literal value. | 
| static GenerateType | getByName(java.lang.String name)Returns the 'Generate 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 DEFAULT_GENERATED
DEFAULT_GENERATED_LITERAL, 
Constant Field Valuespublic static final int ALWAYS_GENERATED
ALWAYS_GENERATED_LITERAL, 
Constant Field Valuespublic static final GenerateType DEFAULT_GENERATED_LITERAL
If the meaning of 'DEFAULT GENERATED' literal object isn't clear, there really should be more of a description here...
DEFAULT_GENERATEDpublic static final GenerateType ALWAYS_GENERATED_LITERAL
If the meaning of 'ALWAYS GENERATED' literal object isn't clear, there really should be more of a description here...
ALWAYS_GENERATEDpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static GenerateType get(java.lang.String literal)
public static GenerateType getByName(java.lang.String name)
public static GenerateType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||