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