public static enum OpenDreams.DRMAA2.OperatingSystem extends java.lang.Enum<OpenDreams.DRMAA2.OperatingSystem>
| Enum Constant and Description |
|---|
AIX |
BSD |
HPUX |
IRIX |
LINUX |
MACOS |
OTHER_OS |
SUNOS |
TRU64 |
UNIXWARE |
WIN |
WINNT |
| Modifier and Type | Method and Description |
|---|---|
static OpenDreams.DRMAA2.OperatingSystem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenDreams.DRMAA2.OperatingSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenDreams.DRMAA2.OperatingSystem AIX
public static final OpenDreams.DRMAA2.OperatingSystem BSD
public static final OpenDreams.DRMAA2.OperatingSystem LINUX
public static final OpenDreams.DRMAA2.OperatingSystem HPUX
public static final OpenDreams.DRMAA2.OperatingSystem IRIX
public static final OpenDreams.DRMAA2.OperatingSystem MACOS
public static final OpenDreams.DRMAA2.OperatingSystem SUNOS
public static final OpenDreams.DRMAA2.OperatingSystem TRU64
public static final OpenDreams.DRMAA2.OperatingSystem UNIXWARE
public static final OpenDreams.DRMAA2.OperatingSystem WIN
public static final OpenDreams.DRMAA2.OperatingSystem WINNT
public static final OpenDreams.DRMAA2.OperatingSystem OTHER_OS
public static OpenDreams.DRMAA2.OperatingSystem[] values()
for (OpenDreams.DRMAA2.OperatingSystem c : OpenDreams.DRMAA2.OperatingSystem.values()) System.out.println(c);
public static OpenDreams.DRMAA2.OperatingSystem 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.