org.opensha.commons.hpc.condor
Enum DAG.DAG_ADD_LOCATION
java.lang.Object
java.lang.Enum<DAG.DAG_ADD_LOCATION>
org.opensha.commons.hpc.condor.DAG.DAG_ADD_LOCATION
- All Implemented Interfaces:
- Serializable, Comparable<DAG.DAG_ADD_LOCATION>
- Enclosing class:
- DAG
public static enum DAG.DAG_ADD_LOCATION
- extends Enum<DAG.DAG_ADD_LOCATION>
BEFORE_ALL
public static final DAG.DAG_ADD_LOCATION BEFORE_ALL
AFTER_ALL
public static final DAG.DAG_ADD_LOCATION AFTER_ALL
PARALLEL
public static final DAG.DAG_ADD_LOCATION PARALLEL
values
public static DAG.DAG_ADD_LOCATION[] 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 (DAG.DAG_ADD_LOCATION c : DAG.DAG_ADD_LOCATION.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DAG.DAG_ADD_LOCATION 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