Enum Class Win32DiskDrive.DiskDriveProperty
java.lang.Object
java.lang.Enum<Win32DiskDrive.DiskDriveProperty>
oshi.driver.common.windows.wmi.Win32DiskDrive.DiskDriveProperty
- All Implemented Interfaces:
Serializable, Comparable<Win32DiskDrive.DiskDriveProperty>, Constable
- Enclosing class:
Win32DiskDrive
Disk drive properties.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionINDEX property.MANUFACTURER property.MEDIATYPE property.MODEL property.NAME property.SERIALNUMBER property.SIZE property. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Win32DiskDrive.DiskDriveProperty[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INDEX
INDEX property. -
MANUFACTURER
MANUFACTURER property. -
MEDIATYPE
MEDIATYPE property. -
MODEL
MODEL property. -
NAME
NAME property. -
SERIALNUMBER
SERIALNUMBER property. -
SIZE
SIZE property.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-