Enum Class Win32LogicalDisk.LogicalDiskProperty
java.lang.Object
java.lang.Enum<Win32LogicalDisk.LogicalDiskProperty>
oshi.driver.common.windows.wmi.Win32LogicalDisk.LogicalDiskProperty
- All Implemented Interfaces:
Serializable, Comparable<Win32LogicalDisk.LogicalDiskProperty>, Constable
- Enclosing class:
Win32LogicalDisk
public static enum Win32LogicalDisk.LogicalDiskProperty
extends Enum<Win32LogicalDisk.LogicalDiskProperty>
Logical disk properties.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionACCESS property.DESCRIPTION property.DRIVETYPE property.FILESYSTEM property.FREESPACE property.NAME property.PROVIDERNAME property.SIZE property.VOLUMENAME property. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Win32LogicalDisk.LogicalDiskProperty[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACCESS
ACCESS property. -
DESCRIPTION
DESCRIPTION property. -
DRIVETYPE
DRIVETYPE property. -
FILESYSTEM
FILESYSTEM property. -
FREESPACE
FREESPACE property. -
NAME
NAME property. -
PROVIDERNAME
PROVIDERNAME property. -
SIZE
SIZE property. -
VOLUMENAME
VOLUMENAME 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
-