Uses of Class
org.netlib.utils.JNIMethods.OSType
-
-
Uses of JNIMethods.OSType in org.netlib.utils
Fields in org.netlib.utils declared as JNIMethods.OSType Modifier and Type Field Description static JNIMethods.OSType
JNIMethods. OS
Stores the operating system the JVM is currently running on.Methods in org.netlib.utils that return JNIMethods.OSType Modifier and Type Method Description static JNIMethods.OSType
JNIMethods.OSType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JNIMethods.OSType[]
JNIMethods.OSType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-