org.glite.lb
public static enum EventConnectJob.Jobtype extends java.lang.Enum<EventConnectJob.Jobtype>
Enum Constant and Description |
---|
COLLECTION |
CONDOR |
CREAM |
DAG |
FILE_TRANSFER |
FILE_TRANSFER_COLLECTION |
PARTITIONABLE |
PARTITIONED |
PBS |
SIMPLE |
UNDEFINED |
VIRTUAL_MACHINE |
Modifier and Type | Method and Description |
---|---|
static EventConnectJob.Jobtype |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventConnectJob.Jobtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventConnectJob.Jobtype UNDEFINED
public static final EventConnectJob.Jobtype SIMPLE
public static final EventConnectJob.Jobtype DAG
public static final EventConnectJob.Jobtype PARTITIONABLE
public static final EventConnectJob.Jobtype PARTITIONED
public static final EventConnectJob.Jobtype COLLECTION
public static final EventConnectJob.Jobtype PBS
public static final EventConnectJob.Jobtype CONDOR
public static final EventConnectJob.Jobtype CREAM
public static final EventConnectJob.Jobtype FILE_TRANSFER_COLLECTION
public static final EventConnectJob.Jobtype FILE_TRANSFER
public static final EventConnectJob.Jobtype VIRTUAL_MACHINE
public static EventConnectJob.Jobtype[] values()
for (EventConnectJob.Jobtype c : EventConnectJob.Jobtype.values()) System.out.println(c);
public static EventConnectJob.Jobtype valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null