Enum Class Win32PhysicalMemory.PhysicalMemoryPropertyWin8
java.lang.Object
java.lang.Enum<Win32PhysicalMemory.PhysicalMemoryPropertyWin8>
oshi.driver.common.windows.wmi.Win32PhysicalMemory.PhysicalMemoryPropertyWin8
- All Implemented Interfaces:
Serializable, Comparable<Win32PhysicalMemory.PhysicalMemoryPropertyWin8>, Constable
- Enclosing class:
Win32PhysicalMemory
public static enum Win32PhysicalMemory.PhysicalMemoryPropertyWin8
extends Enum<Win32PhysicalMemory.PhysicalMemoryPropertyWin8>
Physical Memory properties for Win8 and earlier.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBANKLABEL property.CAPACITY property.MANUFACTURER property.MEMORYTYPE property.PARTNUMBER property.SERIALNUMBER property.SPEED property. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BANKLABEL
BANKLABEL property. -
CAPACITY
CAPACITY property. -
SPEED
SPEED property. -
MANUFACTURER
MANUFACTURER property. -
MEMORYTYPE
MEMORYTYPE property. -
PARTNUMBER
PARTNUMBER property. -
SERIALNUMBER
SERIALNUMBER 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
-