public static enum Env.OVERLOADING_TYPES extends java.lang.Enum<Env.OVERLOADING_TYPES>
Enum Constant and Description |
---|
FIELDGET |
FIELDSET |
INVALID_FIRST |
INVALID_LAST |
ISSET |
UNSET |
Modifier and Type | Method and Description |
---|---|
static Env.OVERLOADING_TYPES |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Env.OVERLOADING_TYPES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Env.OVERLOADING_TYPES INVALID_FIRST
public static final Env.OVERLOADING_TYPES FIELDGET
public static final Env.OVERLOADING_TYPES FIELDSET
public static final Env.OVERLOADING_TYPES ISSET
public static final Env.OVERLOADING_TYPES UNSET
public static final Env.OVERLOADING_TYPES INVALID_LAST
public static Env.OVERLOADING_TYPES[] values()
for (Env.OVERLOADING_TYPES c : Env.OVERLOADING_TYPES.values()) System.out.println(c);
public static Env.OVERLOADING_TYPES 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 namejava.lang.NullPointerException
- if the argument is null