Uses of Class
org.netlib.utils.JNIMethods.OSType

Packages that use JNIMethods.OSType
org.netlib.utils   
 

Uses of JNIMethods.OSType in org.netlib.utils
 

Fields in org.netlib.utils declared as JNIMethods.OSType
static JNIMethods.OSType JNIMethods.OS
          Stores the operating system the JVM is currently running on.
 

Methods in org.netlib.utils that return JNIMethods.OSType
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.