|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.tables.CheckType
A representation of the literals of the enumeration 'Check Type', and utility methods for working with them. Reference: 5WD-02-Foundation-2002-12 4.14 Tables
SQLTablesPackage.getCheckType()
,
Serialized FormField Summary | |
static int |
CASCADED
The 'CASCADED' literal value. |
static CheckType |
CASCADED_LITERAL
The 'CASCADED' literal object. |
static int |
LOCAL
The 'LOCAL' literal value. |
static CheckType |
LOCAL_LITERAL
The 'LOCAL' literal object. |
static int |
NONE
The 'NONE' literal value. |
static CheckType |
NONE_LITERAL
The 'NONE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Check Type' enumerators. |
Method Summary | |
static CheckType |
get(int value)
Returns the 'Check Type' literal with the specified integer value. |
static CheckType |
get(java.lang.String literal)
Returns the 'Check Type' literal with the specified literal value. |
static CheckType |
getByName(java.lang.String name)
Returns the 'Check Type' 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 CASCADED
CASCADED_LITERAL
,
Constant Field Valuespublic static final int LOCAL
LOCAL_LITERAL
,
Constant Field Valuespublic static final int NONE
NONE_LITERAL
,
Constant Field Valuespublic static final CheckType 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 CheckType 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 CheckType 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 java.util.List VALUES
Method Detail |
public static CheckType get(java.lang.String literal)
public static CheckType getByName(java.lang.String name)
public static CheckType get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |