org.apache.oozie.client
Enum OozieClient.SYSTEM_MODE
java.lang.Object
java.lang.Enum<OozieClient.SYSTEM_MODE>
org.apache.oozie.client.OozieClient.SYSTEM_MODE
- All Implemented Interfaces:
- Serializable, Comparable<OozieClient.SYSTEM_MODE>
- Enclosing class:
- OozieClient
public static enum OozieClient.SYSTEM_MODE
- extends Enum<OozieClient.SYSTEM_MODE>
NORMAL
public static final OozieClient.SYSTEM_MODE NORMAL
NOWEBSERVICE
public static final OozieClient.SYSTEM_MODE NOWEBSERVICE
SAFEMODE
public static final OozieClient.SYSTEM_MODE SAFEMODE
values
public static OozieClient.SYSTEM_MODE[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (OozieClient.SYSTEM_MODE c : OozieClient.SYSTEM_MODE.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static OozieClient.SYSTEM_MODE valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2013 Apache Software Foundation. All Rights Reserved.