|
|||||||||||
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.LinkControlOption
A representation of the literals of the enumeration 'Link Control Option', and utility methods for working with them.
SQLDataTypesPackage.getLinkControlOption()
,
Serialized FormField Summary | |
static int |
FILE_LINK_CONTROL
The 'FILE LINK CONTROL' literal value. |
static LinkControlOption |
FILE_LINK_CONTROL_LITERAL
The 'FILE LINK CONTROL' literal object. |
static int |
NO_FILE_LINK_CONTROL
The 'NO FILE LINK CONTROL' literal value. |
static LinkControlOption |
NO_FILE_LINK_CONTROL_LITERAL
The 'NO FILE LINK CONTROL' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Link Control Option' enumerators. |
Method Summary | |
static LinkControlOption |
get(int value)
Returns the 'Link Control Option' literal with the specified integer value. |
static LinkControlOption |
get(java.lang.String literal)
Returns the 'Link Control Option' literal with the specified literal value. |
static LinkControlOption |
getByName(java.lang.String name)
Returns the 'Link 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 FILE_LINK_CONTROL
FILE_LINK_CONTROL_LITERAL
,
Constant Field Valuespublic static final int NO_FILE_LINK_CONTROL
NO_FILE_LINK_CONTROL_LITERAL
,
Constant Field Valuespublic static final LinkControlOption FILE_LINK_CONTROL_LITERAL
If the meaning of 'FILE LINK CONTROL' literal object isn't clear, there really should be more of a description here...
FILE_LINK_CONTROL
public static final LinkControlOption NO_FILE_LINK_CONTROL_LITERAL
If the meaning of 'NO FILE LINK CONTROL' literal object isn't clear, there really should be more of a description here...
NO_FILE_LINK_CONTROL
public static final java.util.List VALUES
Method Detail |
public static LinkControlOption get(java.lang.String literal)
public static LinkControlOption getByName(java.lang.String name)
public static LinkControlOption get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |