|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.datatypes.IntegrityControlOption
A representation of the literals of the enumeration 'Integrity Control Option', and utility methods for working with them.
SQLDataTypesPackage.getIntegrityControlOption(),
Serialized Form| Field Summary | |
static int |
ALL
The 'ALL' literal value. |
static IntegrityControlOption |
ALL_LITERAL
The 'ALL' literal object. |
static int |
NONE
The 'NONE' literal value. |
static IntegrityControlOption |
NONE_LITERAL
The 'NONE' literal object. |
static int |
SELECTIVE
The 'SELECTIVE' literal value. |
static IntegrityControlOption |
SELECTIVE_LITERAL
The 'SELECTIVE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Integrity Control Option' enumerators. |
| Method Summary | |
static IntegrityControlOption |
get(int value)
Returns the 'Integrity Control Option' literal with the specified value. |
static IntegrityControlOption |
get(java.lang.String name)
Returns the 'Integrity Control Option' 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 ALL
ALL_LITERAL,
Constant Field Valuespublic static final int SELECTIVE
SELECTIVE_LITERAL,
Constant Field Valuespublic static final int NONE
NONE_LITERAL,
Constant Field Valuespublic static final IntegrityControlOption ALL_LITERAL
If the meaning of 'ALL' literal object isn't clear, there really should be more of a description here...
ALLpublic static final IntegrityControlOption SELECTIVE_LITERAL
If the meaning of 'SELECTIVE' literal object isn't clear, there really should be more of a description here...
SELECTIVEpublic static final IntegrityControlOption NONE_LITERAL
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONEpublic static final java.util.List VALUES
| Method Detail |
public static IntegrityControlOption get(java.lang.String name)
public static IntegrityControlOption get(int value)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||