public static enum ParsedJDLInfo.JobType extends Enum<ParsedJDLInfo.JobType>
| Enum Constant and Description |
|---|
Checkpointable
Checkpointable job type.
|
Interactive
Interactive job type.
|
MPICH
MPICH job type.
|
Normal
Normal job type.
|
Partitionable
Partitionable job type.
|
WS
WS job type.
|
| Modifier and Type | Method and Description |
|---|---|
static ParsedJDLInfo.JobType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParsedJDLInfo.JobType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParsedJDLInfo.JobType Normal
WorkflowJDLAdaptorpublic static final ParsedJDLInfo.JobType Interactive
WorkflowJDLAdaptorpublic static final ParsedJDLInfo.JobType MPICH
WorkflowJDLAdaptorpublic static final ParsedJDLInfo.JobType Checkpointable
WorkflowJDLAdaptorpublic static final ParsedJDLInfo.JobType Partitionable
WorkflowJDLAdaptorpublic static final ParsedJDLInfo.JobType WS
WorkflowJDLAdaptorpublic static ParsedJDLInfo.JobType[] values()
for (ParsedJDLInfo.JobType c : ParsedJDLInfo.JobType.values()) System.out.println(c);
public static ParsedJDLInfo.JobType 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 © 2014. All Rights Reserved.