Uses of Enum Class
cool.scx.common.util.OSHelper.OSType
Packages that use OSHelper.OSType
-
Uses of OSHelper.OSType in cool.scx.common.util
Subclasses with type arguments of type OSHelper.OSType in cool.scx.common.utilMethods in cool.scx.common.util that return OSHelper.OSTypeModifier and TypeMethodDescriptionOSHelper.OSInfo.type()Returns the value of thetyperecord component.static OSHelper.OSTypeReturns the enum constant of this class with the specified name.static OSHelper.OSType[]OSHelper.OSType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cool.scx.common.util with parameters of type OSHelper.OSTypeModifierConstructorDescriptionOSInfo(OSHelper.OSType type, String version) Creates an instance of aOSInforecord class.