public static enum OpenDreams.DRMAA2.JobState extends java.lang.Enum<OpenDreams.DRMAA2.JobState>
| Enum Constant and Description |
|---|
DONE |
FAILED |
QUEUED |
QUEUED_HELD |
REQUEUED |
REQUEUED_HELD |
RUNNING |
SUSPENDED |
UNDETERMINED |
| Modifier and Type | Method and Description |
|---|---|
static OpenDreams.DRMAA2.JobState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenDreams.DRMAA2.JobState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenDreams.DRMAA2.JobState UNDETERMINED
public static final OpenDreams.DRMAA2.JobState QUEUED
public static final OpenDreams.DRMAA2.JobState QUEUED_HELD
public static final OpenDreams.DRMAA2.JobState RUNNING
public static final OpenDreams.DRMAA2.JobState SUSPENDED
public static final OpenDreams.DRMAA2.JobState REQUEUED
public static final OpenDreams.DRMAA2.JobState REQUEUED_HELD
public static final OpenDreams.DRMAA2.JobState DONE
public static final OpenDreams.DRMAA2.JobState FAILED
public static OpenDreams.DRMAA2.JobState[] values()
for (OpenDreams.DRMAA2.JobState c : OpenDreams.DRMAA2.JobState.values()) System.out.println(c);
public static OpenDreams.DRMAA2.JobState 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 nullCopyright © 2016. All Rights Reserved.