public static enum GridGateway.JOB_TYPE extends Enum<GridGateway.JOB_TYPE>
Enum Constant and Description |
---|
auxillary |
cleanup |
compute |
register |
transfer |
Modifier and Type | Method and Description |
---|---|
static GridGateway.JOB_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridGateway.JOB_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridGateway.JOB_TYPE compute
public static final GridGateway.JOB_TYPE auxillary
public static final GridGateway.JOB_TYPE transfer
public static final GridGateway.JOB_TYPE register
public static final GridGateway.JOB_TYPE cleanup
public static GridGateway.JOB_TYPE[] values()
for (GridGateway.JOB_TYPE c : GridGateway.JOB_TYPE.values()) System.out.println(c);
public static GridGateway.JOB_TYPE 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