|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.db.models.db2.luw.CheckOptionType
public final class CheckOptionType
A representation of the literals of the enumeration 'Check Option Type', and utility methods for working with them.
LUWPackage.getCheckOptionType()
Field Summary | |
---|---|
static int |
CASCADED
The 'CASCADED' literal value. |
static CheckOptionType |
CASCADED_LITERAL
The 'CASCADED' literal object. |
static int |
LOCAL
The 'LOCAL' literal value. |
static CheckOptionType |
LOCAL_LITERAL
The 'LOCAL' literal object. |
static int |
NONE
The 'NONE' literal value. |
static CheckOptionType |
NONE_LITERAL
The 'NONE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Check Option Type' enumerators. |
Method Summary | |
---|---|
static CheckOptionType |
get(int value)
Returns the 'Check Option Type' literal with the specified integer value. |
static CheckOptionType |
get(java.lang.String literal)
Returns the 'Check Option Type' literal with the specified literal value. |
static CheckOptionType |
getByName(java.lang.String name)
Returns the 'Check Option 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 NONE
NONE_LITERAL
,
Constant Field Valuespublic static final int CASCADED
CASCADED_LITERAL
,
Constant Field Valuespublic static final int LOCAL
LOCAL_LITERAL
,
Constant Field Valuespublic static final CheckOptionType 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 CheckOptionType CASCADED_LITERAL
If the meaning of 'CASCADED' literal object isn't clear, there really should be more of a description here...
CASCADED
public static final CheckOptionType 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 CheckOptionType get(java.lang.String literal)
public static CheckOptionType getByName(java.lang.String name)
public static CheckOptionType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |