Uses of Enum Class
com.strobel.core.OS

Packages that use OS
Package
Description
 
  • Uses of OS in com.strobel.core

    Subclasses with type arguments of type OS in com.strobel.core
    Modifier and Type
    Class
    Description
    enum 
     
    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.