public enum HostNumericSensorType extends Enum<HostNumericSensorType>
Java class for HostNumericSensorType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HostNumericSensorType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="fan"/>
<enumeration value="power"/>
<enumeration value="temperature"/>
<enumeration value="voltage"/>
<enumeration value="other"/>
<enumeration value="processor"/>
<enumeration value="memory"/>
<enumeration value="storage"/>
<enumeration value="systemBoard"/>
<enumeration value="battery"/>
<enumeration value="bios"/>
<enumeration value="cable"/>
<enumeration value="watchdog"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BATTERY |
BIOS |
CABLE |
FAN |
MEMORY |
OTHER |
POWER |
PROCESSOR |
STORAGE |
SYSTEM_BOARD |
TEMPERATURE |
VOLTAGE |
WATCHDOG |
| Modifier and Type | Method and Description |
|---|---|
static HostNumericSensorType |
fromValue(String v) |
String |
value() |
static HostNumericSensorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostNumericSensorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostNumericSensorType FAN
public static final HostNumericSensorType POWER
public static final HostNumericSensorType TEMPERATURE
public static final HostNumericSensorType VOLTAGE
public static final HostNumericSensorType OTHER
public static final HostNumericSensorType PROCESSOR
public static final HostNumericSensorType MEMORY
public static final HostNumericSensorType STORAGE
public static final HostNumericSensorType SYSTEM_BOARD
public static final HostNumericSensorType BATTERY
public static final HostNumericSensorType BIOS
public static final HostNumericSensorType CABLE
public static final HostNumericSensorType WATCHDOG
public static HostNumericSensorType[] values()
for (HostNumericSensorType c : HostNumericSensorType.values()) System.out.println(c);
public static HostNumericSensorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static HostNumericSensorType fromValue(String v)
Copyright © 2018. All rights reserved.