public static enum OpenDreams.DRMAA2.DrmaaEvent extends java.lang.Enum<OpenDreams.DRMAA2.DrmaaEvent>
| Enum Constant and Description |
|---|
ATTRIBUTE_CHANGE |
MIGRATED |
NEW_STATE |
| Modifier and Type | Method and Description |
|---|---|
static OpenDreams.DRMAA2.DrmaaEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenDreams.DRMAA2.DrmaaEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenDreams.DRMAA2.DrmaaEvent NEW_STATE
public static final OpenDreams.DRMAA2.DrmaaEvent MIGRATED
public static final OpenDreams.DRMAA2.DrmaaEvent ATTRIBUTE_CHANGE
public static OpenDreams.DRMAA2.DrmaaEvent[] values()
for (OpenDreams.DRMAA2.DrmaaEvent c : OpenDreams.DRMAA2.DrmaaEvent.values()) System.out.println(c);
public static OpenDreams.DRMAA2.DrmaaEvent 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.