|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.jst.j2ee.common.EnvEntryType
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 java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int STRING
public static final int INTEGER
public static final int BOOLEAN
public static final int DOUBLE
public static final int BYTE
public static final int SHORT
public static final int LONG
public static final int FLOAT
public static final int CHARACTER
public static final EnvEntryType STRING_LITERAL
If the meaning of 'String' literal object isn't clear, there really should be more of a description here...
STRING
public static final EnvEntryType INTEGER_LITERAL
If the meaning of 'Integer' literal object isn't clear, there really should be more of a description here...
INTEGER
public static final EnvEntryType BOOLEAN_LITERAL
If the meaning of 'Boolean' literal object isn't clear, there really should be more of a description here...
BOOLEAN
public static final EnvEntryType DOUBLE_LITERAL
If the meaning of 'Double' literal object isn't clear, there really should be more of a description here...
DOUBLE
public static final EnvEntryType BYTE_LITERAL
If the meaning of 'Byte' literal object isn't clear, there really should be more of a description here...
BYTE
public static final EnvEntryType SHORT_LITERAL
If the meaning of 'Short' literal object isn't clear, there really should be more of a description here...
SHORT
public static final EnvEntryType LONG_LITERAL
If the meaning of 'Long' literal object isn't clear, there really should be more of a description here...
LONG
public static final EnvEntryType FLOAT_LITERAL
If the meaning of 'Float' literal object isn't clear, there really should be more of a description here...
FLOAT
public static final EnvEntryType CHARACTER_LITERAL
If the meaning of 'Character' literal object isn't clear, there really should be more of a description here...
CHARACTER
public static final java.util.List VALUES
Method Detail |
public static EnvEntryType get(java.lang.String literal)
public static EnvEntryType getByName(java.lang.String name)
public static EnvEntryType get(int value)
value
- passes literal value
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |