org.eclipse.jst.j2ee.common
Class EnvEntryType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.jst.j2ee.common.EnvEntryType
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class EnvEntryType
extends org.eclipse.emf.common.util.AbstractEnumerator

See Also:
Serialized Form

Field Summary
static int BOOLEAN
           
static EnvEntryType BOOLEAN_LITERAL
          The 'Boolean' literal object
static int BYTE
           
static EnvEntryType BYTE_LITERAL
          The 'Byte' literal object
static int CHARACTER
           
static EnvEntryType CHARACTER_LITERAL
          The 'Character' literal object
static int DOUBLE
           
static EnvEntryType DOUBLE_LITERAL
          The 'Double' literal object
static int FLOAT
           
static EnvEntryType FLOAT_LITERAL
          The 'Float' literal object
static int INTEGER
           
static EnvEntryType INTEGER_LITERAL
          The 'Integer' literal object
static int LONG
           
static EnvEntryType LONG_LITERAL
          The 'Long' literal object
static int SHORT
           
static EnvEntryType SHORT_LITERAL
          The 'Short' literal object
static int STRING
           
static EnvEntryType STRING_LITERAL
          The 'String' literal object
static java.util.List VALUES
          A public read-only list of all the 'Env Entry Type' enumerators
 
Method Summary
static EnvEntryType get(int value)
          Returns the 'Env Entry Type' literal with the specified integer value
static EnvEntryType get(java.lang.String literal)
          Returns the 'Env Entry Type' literal with the specified literal value
static EnvEntryType getByName(java.lang.String name)
          Returns the 'Env Entry Type' 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

STRING

public static final int STRING
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
See Also:
Constant Field Values

DOUBLE

public static final int DOUBLE
See Also:
Constant Field Values

BYTE

public static final int BYTE
See Also:
Constant Field Values

SHORT

public static final int SHORT
See Also:
Constant Field Values

LONG

public static final int LONG
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

CHARACTER

public static final int CHARACTER
See Also:
Constant Field Values

STRING_LITERAL

public static final EnvEntryType STRING_LITERAL
The 'String' literal object.

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

See Also:
STRING

INTEGER_LITERAL

public static final EnvEntryType INTEGER_LITERAL
The 'Integer' literal object.

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

See Also:
INTEGER

BOOLEAN_LITERAL

public static final EnvEntryType BOOLEAN_LITERAL
The 'Boolean' literal object.

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

See Also:
BOOLEAN

DOUBLE_LITERAL

public static final EnvEntryType DOUBLE_LITERAL
The 'Double' literal object.

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

See Also:
DOUBLE

BYTE_LITERAL

public static final EnvEntryType BYTE_LITERAL
The 'Byte' literal object.

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

See Also:
BYTE

SHORT_LITERAL

public static final EnvEntryType SHORT_LITERAL
The 'Short' literal object.

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

See Also:
SHORT

LONG_LITERAL

public static final EnvEntryType LONG_LITERAL
The 'Long' literal object.

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

See Also:
LONG

FLOAT_LITERAL

public static final EnvEntryType FLOAT_LITERAL
The 'Float' literal object.

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

See Also:
FLOAT

CHARACTER_LITERAL

public static final EnvEntryType CHARACTER_LITERAL
The 'Character' literal object.

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

See Also:
CHARACTER

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Env Entry Type' enumerators.

Method Detail

get

public static EnvEntryType get(java.lang.String literal)
Returns the 'Env Entry Type' literal with the specified literal value.

Parameters:
name - passes literal name
Returns:
literal instance

getByName

public static EnvEntryType getByName(java.lang.String name)
Returns the 'Env Entry Type' literal with the specified name.


get

public static EnvEntryType get(int value)
Returns the 'Env Entry Type' literal with the specified integer value.

Parameters:
value - passes literal value
Returns:
literal instance