| 
 | ||||||||||
| 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.ReadPermissionOption
public final class ReadPermissionOption
A representation of the literals of the enumeration 'Read Permission Option', and utility methods for working with them.
SQLDataTypesPackage.getReadPermissionOption(), 
Serialized Form| Field Summary | |
|---|---|
| static int | DBThe 'DB' literal value. | 
| static ReadPermissionOption | DB_LITERALThe 'DB' literal object. | 
| static int | FSThe 'FS' literal value. | 
| static ReadPermissionOption | FS_LITERALThe 'FS' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Read Permission Option' enumerators. | 
| Method Summary | |
|---|---|
| static ReadPermissionOption | get(int value)Returns the 'Read Permission Option' literal with the specified integer value. | 
| static ReadPermissionOption | get(java.lang.String literal)Returns the 'Read Permission Option' literal with the specified literal value. | 
| static ReadPermissionOption | getByName(java.lang.String name)Returns the 'Read 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 DB
DB_LITERAL, 
Constant Field Valuespublic static final ReadPermissionOption FS_LITERAL
If the meaning of 'FS' literal object isn't clear, there really should be more of a description here...
FSpublic static final ReadPermissionOption DB_LITERAL
If the meaning of 'DB' literal object isn't clear, there really should be more of a description here...
DBpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static ReadPermissionOption get(java.lang.String literal)
public static ReadPermissionOption getByName(java.lang.String name)
public static ReadPermissionOption get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||