edu.isi.pegasus.planner.common
public static enum PegasusProperties.CLEANUP_SCOPE extends Enum<PegasusProperties.CLEANUP_SCOPE>
Modifier and Type | Method and Description |
---|---|
static PegasusProperties.CLEANUP_SCOPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PegasusProperties.CLEANUP_SCOPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PegasusProperties.CLEANUP_SCOPE fullahead
public static final PegasusProperties.CLEANUP_SCOPE deferred
public static PegasusProperties.CLEANUP_SCOPE[] values()
for (PegasusProperties.CLEANUP_SCOPE c : PegasusProperties.CLEANUP_SCOPE.values()) System.out.println(c);
public static PegasusProperties.CLEANUP_SCOPE 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 null