public static enum Utilities.OS extends java.lang.Enum<Utilities.OS>
| Enum Constant and Description |
|---|
AIX |
DIGITAL |
HPUX |
IRIX |
LINUX |
MAC |
NETWARE |
OS2 |
SOLARIS |
UNKNOWN |
WINDOWS |
| Modifier and Type | Method and Description |
|---|---|
static Utilities.OS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Utilities.OS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Utilities.OS WINDOWS
public static final Utilities.OS LINUX
public static final Utilities.OS MAC
public static final Utilities.OS SOLARIS
public static final Utilities.OS HPUX
public static final Utilities.OS NETWARE
public static final Utilities.OS AIX
public static final Utilities.OS OS2
public static final Utilities.OS DIGITAL
public static final Utilities.OS IRIX
public static final Utilities.OS UNKNOWN
public static Utilities.OS[] values()
for (Utilities.OS c : Utilities.OS.values()) System.out.println(c);
public static Utilities.OS 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 © 2018 SAP SE. All Rights Reserved.