@Deprecated public static enum InternalCore.Mode extends Enum<InternalCore.Mode>
Enum Constant and Description |
---|
ACCEPTANCE
Deprecated.
|
DEVELOPMENT
Deprecated.
|
PRODUCTION
Deprecated.
|
TESTING
Deprecated.
|
TRIAL
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static InternalCore.Mode |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static InternalCore.Mode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalCore.Mode DEVELOPMENT
public static final InternalCore.Mode TESTING
public static final InternalCore.Mode ACCEPTANCE
public static final InternalCore.Mode PRODUCTION
public static final InternalCore.Mode TRIAL
public static InternalCore.Mode[] values()
for (InternalCore.Mode c : InternalCore.Mode.values()) System.out.println(c);
public static InternalCore.Mode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null