JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.strobel.core
OS
Uses of Enum Class
com.strobel.core.OS
Packages that use
OS
Package
Description
com.strobel.core
Uses of
OS
in
com.strobel.core
Subclasses with type arguments of type
OS
in
com.strobel.core
Modifier and Type
Class
Description
enum
OS
Methods in
com.strobel.core
that return
OS
Modifier and Type
Method
Description
static
OS
OS.
get
()
static
OS
OS.
get
(
String
osName)
static
OS
OS.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
OS
[]
OS.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.