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