public static enum StubLoader.OS extends Enum<StubLoader.OS>
Enum Constant and Description |
---|
AIX
IBM AIX
|
DARWIN
MacOSX
|
FREEBSD
FreeBSD
|
LINUX
Linux
|
NETBSD
NetBSD
|
OPENBSD
OpenBSD
|
SOLARIS
Solaris (and OpenSolaris)
|
UNKNOWN
No idea what the operating system is
|
WINDOWS
The evil borg operating system
|
ZLINUX
IBM zOS
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static StubLoader.OS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StubLoader.OS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StubLoader.OS DARWIN
public static final StubLoader.OS FREEBSD
public static final StubLoader.OS NETBSD
public static final StubLoader.OS OPENBSD
public static final StubLoader.OS LINUX
public static final StubLoader.OS SOLARIS
public static final StubLoader.OS WINDOWS
public static final StubLoader.OS AIX
public static final StubLoader.OS ZLINUX
public static final StubLoader.OS UNKNOWN
public static StubLoader.OS[] values()
for (StubLoader.OS c : StubLoader.OS.values()) System.out.println(c);
public static StubLoader.OS 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 nullpublic String toString()
toString
in class Enum<StubLoader.OS>
Copyright © 2016. All Rights Reserved.