Uses of Class
com.lambdaworks.jni.Platform.OS
-
Packages that use Platform.OS Package Description com.lambdaworks.jni -
-
Uses of Platform.OS in com.lambdaworks.jni
Fields in com.lambdaworks.jni declared as Platform.OS Modifier and Type Field Description Platform.OS
Platform. os
Methods in com.lambdaworks.jni that return Platform.OS Modifier and Type Method Description static Platform.OS
Platform.OS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Platform.OS[]
Platform.OS. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.lambdaworks.jni with parameters of type Platform.OS Constructor Description Platform(Platform.Arch arch, Platform.OS os)
-