g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.base
Class FileSystemTypeEnumeration

java.lang.Object
  extended by AbstractEnumerator
      extended by eu.geclipse.jsdl.model.base.FileSystemTypeEnumeration

public final class FileSystemTypeEnumeration
extends AbstractEnumerator

A representation of the literals of the enumeration 'File System Type Enumeration', and utility methods for working with them.

See Also:
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

SWAP

public static final int SWAP
The 'Swap' literal value.

If the meaning of 'Swap' literal object isn't clear, there really should be more of a description here...

See Also:
SWAP_LITERAL, Constant Field Values

TEMPORARY

public static final int TEMPORARY
The 'Temporary' literal value.

If the meaning of 'Temporary' literal object isn't clear, there really should be more of a description here...

See Also:
TEMPORARY_LITERAL, Constant Field Values

SPOOL

public static final int SPOOL
The 'Spool' literal value.

If the meaning of 'Spool' literal object isn't clear, there really should be more of a description here...

See Also:
SPOOL_LITERAL, Constant Field Values

NORMAL

public static final int NORMAL
The 'Normal' literal value.

If the meaning of 'Normal' literal object isn't clear, there really should be more of a description here...

See Also:
NORMAL_LITERAL, Constant Field Values

SWAP_LITERAL

public static final FileSystemTypeEnumeration SWAP_LITERAL
The 'Swap' literal object.

See Also:
SWAP

TEMPORARY_LITERAL

public static final FileSystemTypeEnumeration TEMPORARY_LITERAL
The 'Temporary' literal object.

See Also:
TEMPORARY

SPOOL_LITERAL

public static final FileSystemTypeEnumeration SPOOL_LITERAL
The 'Spool' literal object.

See Also:
SPOOL

NORMAL_LITERAL

public static final FileSystemTypeEnumeration NORMAL_LITERAL
The 'Normal' literal object.

See Also:
NORMAL

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'File System Type Enumeration' enumerators.

Method Detail

get

public static FileSystemTypeEnumeration get(java.lang.String literal)
Returns the 'File System Type Enumeration' literal with the specified literal value.


getByName

public static FileSystemTypeEnumeration getByName(java.lang.String name)
Returns the 'File System Type Enumeration' literal with the specified name.


get

public static FileSystemTypeEnumeration get(int value)
Returns the 'File System Type Enumeration' literal with the specified integer value.


g-Eclipse
Release 1.0.0