|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StubLoader.OS>
com.kenai.jffi.internal.StubLoader.OS
public static enum StubLoader.OS
Enum Constant Summary | |
---|---|
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 |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static StubLoader.OS |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
public static StubLoader.OS[] values()
for (StubLoader.OS c : StubLoader.OS.values()) System.out.println(c);
public static StubLoader.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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<StubLoader.OS>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |