edu.isi.pegasus.planner.common
Enum PegasusProperties.CLEANUP_SCOPE
java.lang.Object
java.lang.Enum<PegasusProperties.CLEANUP_SCOPE>
edu.isi.pegasus.planner.common.PegasusProperties.CLEANUP_SCOPE
- All Implemented Interfaces:
- Serializable, Comparable<PegasusProperties.CLEANUP_SCOPE>
- Enclosing class:
- PegasusProperties
public static enum PegasusProperties.CLEANUP_SCOPE
- extends Enum<PegasusProperties.CLEANUP_SCOPE>
An enum defining The scope for cleanup algorithm
fullahead
public static final PegasusProperties.CLEANUP_SCOPE fullahead
deferred
public static final PegasusProperties.CLEANUP_SCOPE deferred
values
public static PegasusProperties.CLEANUP_SCOPE[] 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 (PegasusProperties.CLEANUP_SCOPE c : PegasusProperties.CLEANUP_SCOPE.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PegasusProperties.CLEANUP_SCOPE 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 © 2011 The University of Southern California. All Rights Reserved.