|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EnvEntryTypeValuesTypeBase>
org.eclipse.modisco.jee.ejbjar.EjbJar30.EnvEntryTypeValuesTypeBase
public enum EnvEntryTypeValuesTypeBase
A representation of the literals of the enumeration 'Env Entry Type Values Type Base', and utility methods for working with them.
EjbJar30Package.getEnvEntryTypeValuesTypeBase()
Enum Constant Summary | |
---|---|
JAVA_LANG_BOOLEAN
The 'Java Lang Boolean' literal object. |
|
JAVA_LANG_BYTE
The 'Java Lang Byte' literal object. |
|
JAVA_LANG_CHARACTER
The 'Java Lang Character' literal object. |
|
JAVA_LANG_DOUBLE
The 'Java Lang Double' literal object. |
|
JAVA_LANG_FLOAT
The 'Java Lang Float' literal object. |
|
JAVA_LANG_INTEGER
The 'Java Lang Integer' literal object. |
|
JAVA_LANG_LONG
The 'Java Lang Long' literal object. |
|
JAVA_LANG_SHORT
The 'Java Lang Short' literal object. |
|
JAVA_LANG_STRING
The 'Java Lang String' literal object. |
Field Summary | |
---|---|
static int |
JAVA_LANG_BOOLEAN_VALUE
The 'Java Lang Boolean' literal value. |
static int |
JAVA_LANG_BYTE_VALUE
The 'Java Lang Byte' literal value. |
static int |
JAVA_LANG_CHARACTER_VALUE
The 'Java Lang Character' literal value. |
static int |
JAVA_LANG_DOUBLE_VALUE
The 'Java Lang Double' literal value. |
static int |
JAVA_LANG_FLOAT_VALUE
The 'Java Lang Float' literal value. |
static int |
JAVA_LANG_INTEGER_VALUE
The 'Java Lang Integer' literal value. |
static int |
JAVA_LANG_LONG_VALUE
The 'Java Lang Long' literal value. |
static int |
JAVA_LANG_SHORT_VALUE
The 'Java Lang Short' literal value. |
static int |
JAVA_LANG_STRING_VALUE
The 'Java Lang String' literal value. |
static java.util.List<EnvEntryTypeValuesTypeBase> |
VALUES
A public read-only list of all the 'Env Entry Type Values Type Base' enumerators. |
Method Summary | |
---|---|
static EnvEntryTypeValuesTypeBase |
get(int value)
Returns the 'Env Entry Type Values Type Base' literal with the specified integer value. |
static EnvEntryTypeValuesTypeBase |
get(java.lang.String literal)
Returns the 'Env Entry Type Values Type Base' literal with the specified literal value. |
static EnvEntryTypeValuesTypeBase |
getByName(java.lang.String name)
Returns the 'Env Entry Type Values Type Base' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static EnvEntryTypeValuesTypeBase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnvEntryTypeValuesTypeBase[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EnvEntryTypeValuesTypeBase JAVA_LANG_BOOLEAN
JAVA_LANG_BOOLEAN_VALUE
public static final EnvEntryTypeValuesTypeBase JAVA_LANG_BYTE
JAVA_LANG_BYTE_VALUE
public static final EnvEntryTypeValuesTypeBase JAVA_LANG_CHARACTER
JAVA_LANG_CHARACTER_VALUE
public static final EnvEntryTypeValuesTypeBase JAVA_LANG_STRING
JAVA_LANG_STRING_VALUE
public static final EnvEntryTypeValuesTypeBase JAVA_LANG_SHORT
JAVA_LANG_SHORT_VALUE
public static final EnvEntryTypeValuesTypeBase JAVA_LANG_INTEGER
JAVA_LANG_INTEGER_VALUE
public static final EnvEntryTypeValuesTypeBase JAVA_LANG_LONG
JAVA_LANG_LONG_VALUE
public static final EnvEntryTypeValuesTypeBase JAVA_LANG_FLOAT
JAVA_LANG_FLOAT_VALUE
public static final EnvEntryTypeValuesTypeBase JAVA_LANG_DOUBLE
JAVA_LANG_DOUBLE_VALUE
Field Detail |
---|
public static final int JAVA_LANG_BOOLEAN_VALUE
If the meaning of 'Java Lang Boolean' literal object isn't clear, there really should be more of a description here...
JAVA_LANG_BOOLEAN
,
Constant Field Valuespublic static final int JAVA_LANG_BYTE_VALUE
If the meaning of 'Java Lang Byte' literal object isn't clear, there really should be more of a description here...
JAVA_LANG_BYTE
,
Constant Field Valuespublic static final int JAVA_LANG_CHARACTER_VALUE
If the meaning of 'Java Lang Character' literal object isn't clear, there really should be more of a description here...
JAVA_LANG_CHARACTER
,
Constant Field Valuespublic static final int JAVA_LANG_STRING_VALUE
If the meaning of 'Java Lang String' literal object isn't clear, there really should be more of a description here...
JAVA_LANG_STRING
,
Constant Field Valuespublic static final int JAVA_LANG_SHORT_VALUE
If the meaning of 'Java Lang Short' literal object isn't clear, there really should be more of a description here...
JAVA_LANG_SHORT
,
Constant Field Valuespublic static final int JAVA_LANG_INTEGER_VALUE
If the meaning of 'Java Lang Integer' literal object isn't clear, there really should be more of a description here...
JAVA_LANG_INTEGER
,
Constant Field Valuespublic static final int JAVA_LANG_LONG_VALUE
If the meaning of 'Java Lang Long' literal object isn't clear, there really should be more of a description here...
JAVA_LANG_LONG
,
Constant Field Valuespublic static final int JAVA_LANG_FLOAT_VALUE
If the meaning of 'Java Lang Float' literal object isn't clear, there really should be more of a description here...
JAVA_LANG_FLOAT
,
Constant Field Valuespublic static final int JAVA_LANG_DOUBLE_VALUE
If the meaning of 'Java Lang Double' literal object isn't clear, there really should be more of a description here...
JAVA_LANG_DOUBLE
,
Constant Field Valuespublic static final java.util.List<EnvEntryTypeValuesTypeBase> VALUES
Method Detail |
---|
public static final EnvEntryTypeValuesTypeBase[] values()
for(EnvEntryTypeValuesTypeBase c : EnvEntryTypeValuesTypeBase.values()) System.out.println(c);
public static EnvEntryTypeValuesTypeBase valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static EnvEntryTypeValuesTypeBase get(java.lang.String literal)
public static EnvEntryTypeValuesTypeBase getByName(java.lang.String name)
public static EnvEntryTypeValuesTypeBase get(int value)
public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString
in class java.lang.Enum<EnvEntryTypeValuesTypeBase>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |