Uses of Class
com.kenai.jffi.internal.StubLoader.OS
-
Packages that use StubLoader.OS Package Description com.kenai.jffi.internal -
-
Uses of StubLoader.OS in com.kenai.jffi.internal
Methods in com.kenai.jffi.internal that return StubLoader.OS Modifier and Type Method Description static StubLoader.OS
StubLoader. getOS()
static StubLoader.OS
StubLoader.OS. valueOf(String name)
Returns the enum constant of this type with the specified name.static StubLoader.OS[]
StubLoader.OS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-