public static enum OozieClient.SYSTEM_MODE extends Enum<OozieClient.SYSTEM_MODE>
| Enum Constant and Description |
|---|
NORMAL |
NOWEBSERVICE |
SAFEMODE |
| Modifier and Type | Method and Description |
|---|---|
static OozieClient.SYSTEM_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OozieClient.SYSTEM_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OozieClient.SYSTEM_MODE NORMAL
public static final OozieClient.SYSTEM_MODE NOWEBSERVICE
public static final OozieClient.SYSTEM_MODE SAFEMODE
public static OozieClient.SYSTEM_MODE[] values()
for (OozieClient.SYSTEM_MODE c : OozieClient.SYSTEM_MODE.values()) System.out.println(c);
public static OozieClient.SYSTEM_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 nullCopyright © 2014 Apache Software Foundation. All Rights Reserved.