Uses of Class
org.jocl.LibUtils.OSType
-
-
Uses of LibUtils.OSType in org.jocl
Methods in org.jocl that return LibUtils.OSType Modifier and Type Method Description (package private) static LibUtils.OSType
LibUtils. calculateOS()
Calculates the current OSTypestatic LibUtils.OSType
LibUtils.OSType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LibUtils.OSType[]
LibUtils.OSType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-