|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.dbdefinition.CheckOption
public final class CheckOption
A representation of the literals of the enumeration 'Check Option', and utility methods for working with them.
DatabaseDefinitionPackage.getCheckOption()
Field Summary | |
---|---|
static int |
CASCADE
The 'CASCADE' literal value. |
static CheckOption |
CASCADE_LITERAL
The 'CASCADE' literal object. |
static int |
LOCAL
The 'LOCAL' literal value. |
static CheckOption |
LOCAL_LITERAL
The 'LOCAL' literal object. |
static int |
NONE
The 'NONE' literal value. |
static CheckOption |
NONE_LITERAL
The 'NONE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Check Option' enumerators. |
Method Summary | |
---|---|
static CheckOption |
get(int value)
Returns the 'Check Option' literal with the specified integer value. |
static CheckOption |
get(java.lang.String literal)
Returns the 'Check Option' literal with the specified literal value. |
static CheckOption |
getByName(java.lang.String name)
Returns the 'Check 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 NONE
NONE_LITERAL
,
Constant Field Valuespublic static final int CASCADE
CASCADE_LITERAL
,
Constant Field Valuespublic static final int LOCAL
LOCAL_LITERAL
,
Constant Field Valuespublic static final CheckOption NONE_LITERAL
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONE
public static final CheckOption CASCADE_LITERAL
If the meaning of 'CASCADE' literal object isn't clear, there really should be more of a description here...
CASCADE
public static final CheckOption LOCAL_LITERAL
If the meaning of 'LOCAL' literal object isn't clear, there really should be more of a description here...
LOCAL
public static final java.util.List VALUES
Method Detail |
---|
public static CheckOption get(java.lang.String literal)
public static CheckOption getByName(java.lang.String name)
public static CheckOption get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |