|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractEnumerator
eu.geclipse.jsdl.model.base.FileSystemTypeEnumeration
public final class FileSystemTypeEnumeration
A representation of the literals of the enumeration 'File System Type Enumeration', and utility methods for working with them.
JsdlPackage.getFileSystemTypeEnumeration()| Field Summary | |
|---|---|
static int |
NORMAL
The 'Normal' literal value |
static FileSystemTypeEnumeration |
NORMAL_LITERAL
The 'Normal' literal object |
static int |
SPOOL
The 'Spool' literal value |
static FileSystemTypeEnumeration |
SPOOL_LITERAL
The 'Spool' literal object |
static int |
SWAP
The 'Swap' literal value |
static FileSystemTypeEnumeration |
SWAP_LITERAL
The 'Swap' literal object |
static int |
TEMPORARY
The 'Temporary' literal value |
static FileSystemTypeEnumeration |
TEMPORARY_LITERAL
The 'Temporary' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'File System Type Enumeration' enumerators |
| Method Summary | |
|---|---|
static FileSystemTypeEnumeration |
get(int value)
Returns the 'File System Type Enumeration' literal with the specified integer value |
static FileSystemTypeEnumeration |
get(java.lang.String literal)
Returns the 'File System Type Enumeration' literal with the specified literal value |
static FileSystemTypeEnumeration |
getByName(java.lang.String name)
Returns the 'File System Type Enumeration' 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 SWAP
If the meaning of 'Swap' literal object isn't clear, there really should be more of a description here...
SWAP_LITERAL,
Constant Field Valuespublic static final int TEMPORARY
If the meaning of 'Temporary' literal object isn't clear, there really should be more of a description here...
TEMPORARY_LITERAL,
Constant Field Valuespublic static final int SPOOL
If the meaning of 'Spool' literal object isn't clear, there really should be more of a description here...
SPOOL_LITERAL,
Constant Field Valuespublic static final int NORMAL
If the meaning of 'Normal' literal object isn't clear, there really should be more of a description here...
NORMAL_LITERAL,
Constant Field Valuespublic static final FileSystemTypeEnumeration SWAP_LITERAL
SWAPpublic static final FileSystemTypeEnumeration TEMPORARY_LITERAL
TEMPORARYpublic static final FileSystemTypeEnumeration SPOOL_LITERAL
SPOOLpublic static final FileSystemTypeEnumeration NORMAL_LITERAL
NORMALpublic static final java.util.List VALUES
| Method Detail |
|---|
public static FileSystemTypeEnumeration get(java.lang.String literal)
public static FileSystemTypeEnumeration getByName(java.lang.String name)
public static FileSystemTypeEnumeration get(int value)
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||