| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.datatools.modelbase.sql.datatypes.WritePermissionOption
public final class WritePermissionOption
A representation of the literals of the enumeration 'Write Permission Option', and utility methods for working with them.
SQLDataTypesPackage.getWritePermissionOption(), 
Serialized Form| Field Summary | |
|---|---|
| static int | ADMINThe 'ADMIN' literal value. | 
| static WritePermissionOption | ADMIN_LITERALThe 'ADMIN' literal object. | 
| static int | BLOCKEDThe 'BLOCKED' literal value. | 
| static WritePermissionOption | BLOCKED_LITERALThe 'BLOCKED' literal object. | 
| static int | FSThe 'FS' literal value. | 
| static WritePermissionOption | FS_LITERALThe 'FS' literal object. | 
| static java.util.List | VALUESA 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 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 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...
FSpublic static final WritePermissionOption ADMIN_LITERAL
If the meaning of 'ADMIN' literal object isn't clear, there really should be more of a description here...
ADMINpublic static final WritePermissionOption BLOCKED_LITERAL
If the meaning of 'BLOCKED' literal object isn't clear, there really should be more of a description here...
BLOCKEDpublic 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 | |||||||||