public static enum GridGateway.TYPE extends Enum<GridGateway.TYPE>
Enum Constant and Description |
---|
condor |
condorc |
gt2 |
gt4 |
gt5 |
lsf |
pbs |
Modifier and Type | Method and Description |
---|---|
static GridGateway.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridGateway.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridGateway.TYPE gt2
public static final GridGateway.TYPE gt4
public static final GridGateway.TYPE gt5
public static final GridGateway.TYPE condor
public static final GridGateway.TYPE condorc
public static final GridGateway.TYPE pbs
public static final GridGateway.TYPE lsf
public static GridGateway.TYPE[] values()
for (GridGateway.TYPE c : GridGateway.TYPE.values()) System.out.println(c);
public static GridGateway.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 nullCopyright © 2011 The University of Southern California. All Rights Reserved.