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