Uses of Enum Class
ca.phon.util.OSInfo.OSType
Packages that use OSInfo.OSType
-
Uses of OSInfo.OSType in ca.phon.util
Subclasses with type arguments of type OSInfo.OSType in ca.phon.utilFields in ca.phon.util declared as OSInfo.OSTypeModifier and TypeFieldDescriptionstatic final OSInfo.OSTypeOSInfo.OS_TYPEField containing the host OS typeMethods in ca.phon.util that return OSInfo.OSTypeModifier and TypeMethodDescriptionstatic OSInfo.OSTypeOSInfo.getOSType()Get the host os type.static OSInfo.OSTypeReturns the enum constant of this class with the specified name.static OSInfo.OSType[]OSInfo.OSType.values()Returns an array containing the constants of this enum class, in the order they are declared.