public static enum EventRegJob.Jobtype extends java.lang.Enum<EventRegJob.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 EventRegJob.Jobtype |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventRegJob.Jobtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventRegJob.Jobtype UNDEFINED
public static final EventRegJob.Jobtype SIMPLE
public static final EventRegJob.Jobtype DAG
public static final EventRegJob.Jobtype PARTITIONABLE
public static final EventRegJob.Jobtype PARTITIONED
public static final EventRegJob.Jobtype COLLECTION
public static final EventRegJob.Jobtype PBS
public static final EventRegJob.Jobtype CONDOR
public static final EventRegJob.Jobtype CREAM
public static final EventRegJob.Jobtype FILE_TRANSFER_COLLECTION
public static final EventRegJob.Jobtype FILE_TRANSFER
public static final EventRegJob.Jobtype VIRTUAL_MACHINE
public static EventRegJob.Jobtype[] values()
for (EventRegJob.Jobtype c : EventRegJob.Jobtype.values()) System.out.println(c);
public static EventRegJob.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