public enum DeviceType extends java.lang.Enum<DeviceType>
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static DeviceType |
parseInt(int value) |
static DeviceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceType Eeprom24C04
public static final DeviceType Eeprom24C08
public static final DeviceType Eeprom24C16
public static final DeviceType Eeprom24C17
public static final DeviceType Eeprom24C32
public static final DeviceType Eeprom24C64
public static final DeviceType FRUInventoryDevice
public static final DeviceType Other
public static final DeviceType OEMSpecifiedDevice
public static final DeviceType DS1624TemperatureSensor
public static final DeviceType PCF8570256ByteRAM
public static final DeviceType PCF8573ClockCalendar
public static final DeviceType PCF8574AIoPort
public static final DeviceType PCF8583ClockCalendar
public static final DeviceType PCF8593ClockCalendar
public static final DeviceType ClockCalendar
public static final DeviceType PCF8591AdDaConverter
public static final DeviceType IoPort
public static final DeviceType AdConverter
public static final DeviceType DaConverter
public static final DeviceType DS1621TemperatureSensor
public static final DeviceType AdDaConverter
public static final DeviceType LCDControllerDriver
public static final DeviceType CoreLogicDevice
public static final DeviceType LMC6874IntelligentBatteryController
public static final DeviceType IntelligentBatteryController
public static final DeviceType ComboManagementASIC
public static final DeviceType Maxim1617TemperatureSensor
public static final DeviceType LM75TemperatureSensor
public static final DeviceType HecetaASIC
public static final DeviceType Eeprom24C01
public static final DeviceType Eeprom24C02
public static DeviceType[] values()
for (DeviceType c : DeviceType.values()) System.out.println(c);
public static DeviceType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getCode()
public static DeviceType parseInt(int value)