|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.eclipse.emf.common.util.AbstractEnumerator
|
+--org.eclipse.wst.rdb.internal.models.dbdefinition.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 value. |
static CheckOption |
get(java.lang.String name)
Returns the 'Check Option' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getName, getValue, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int NONE
NONE_LITERALpublic static final int CASCADE
CASCADE_LITERALpublic static final int LOCAL
LOCAL_LITERALpublic static final CheckOption NONE_LITERAL
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONEpublic static final CheckOption CASCADE_LITERAL
If the meaning of 'CASCADE' literal object isn't clear, there really should be more of a description here...
CASCADEpublic static final CheckOption LOCAL_LITERAL
If the meaning of 'LOCAL' literal object isn't clear, there really should be more of a description here...
LOCALpublic static final java.util.List VALUES
| Method Detail |
public static CheckOption get(java.lang.String name)
public static CheckOption get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||