public static enum EnvUtils.SystemParameters extends java.lang.Enum<EnvUtils.SystemParameters>
| Enum Constant and Description |
|---|
CPEWF_TASK_ID |
NETFLIX_ENV |
NETFLIX_STACK |
| Modifier and Type | Method and Description |
|---|---|
static EnvUtils.SystemParameters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnvUtils.SystemParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnvUtils.SystemParameters CPEWF_TASK_ID
public static final EnvUtils.SystemParameters NETFLIX_ENV
public static final EnvUtils.SystemParameters NETFLIX_STACK
public static EnvUtils.SystemParameters[] values()
for (EnvUtils.SystemParameters c : EnvUtils.SystemParameters.values()) System.out.println(c);
public static EnvUtils.SystemParameters 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