java.lang.Object
java.lang.Enum<DeviceType>
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.DeviceType
All Implemented Interfaces:
Serializable, Comparable<DeviceType>

public enum DeviceType extends Enum<DeviceType>
  • Enum Constant Details

    • Eeprom24C04

      public static final DeviceType Eeprom24C04
    • Eeprom24C08

      public static final DeviceType Eeprom24C08
    • Eeprom24C16

      public static final DeviceType Eeprom24C16
    • Eeprom24C17

      public static final DeviceType Eeprom24C17
    • Eeprom24C32

      public static final DeviceType Eeprom24C32
    • Eeprom24C64

      public static final DeviceType Eeprom24C64
    • FRUInventoryDevice

      public static final DeviceType FRUInventoryDevice
    • Other

      public static final DeviceType Other
    • OEMSpecifiedDevice

      public static final DeviceType OEMSpecifiedDevice
    • DS1624TemperatureSensor

      public static final DeviceType DS1624TemperatureSensor
    • PCF8570256ByteRAM

      public static final DeviceType PCF8570256ByteRAM
    • PCF8573ClockCalendar

      public static final DeviceType PCF8573ClockCalendar
    • PCF8574AIoPort

      public static final DeviceType PCF8574AIoPort
    • PCF8583ClockCalendar

      public static final DeviceType PCF8583ClockCalendar
    • PCF8593ClockCalendar

      public static final DeviceType PCF8593ClockCalendar
    • ClockCalendar

      public static final DeviceType ClockCalendar
    • PCF8591AdDaConverter

      public static final DeviceType PCF8591AdDaConverter
    • IoPort

      public static final DeviceType IoPort
    • AdConverter

      public static final DeviceType AdConverter
    • DaConverter

      public static final DeviceType DaConverter
    • DS1621TemperatureSensor

      public static final DeviceType DS1621TemperatureSensor
    • AdDaConverter

      public static final DeviceType AdDaConverter
    • LCDControllerDriver

      public static final DeviceType LCDControllerDriver
    • CoreLogicDevice

      public static final DeviceType CoreLogicDevice
    • LMC6874IntelligentBatteryController

      public static final DeviceType LMC6874IntelligentBatteryController
    • IntelligentBatteryController

      public static final DeviceType IntelligentBatteryController
    • ComboManagementASIC

      public static final DeviceType ComboManagementASIC
    • Maxim1617TemperatureSensor

      public static final DeviceType Maxim1617TemperatureSensor
    • LM75TemperatureSensor

      public static final DeviceType LM75TemperatureSensor
    • HecetaASIC

      public static final DeviceType HecetaASIC
    • Eeprom24C01

      public static final DeviceType Eeprom24C01
    • Eeprom24C02

      public static final DeviceType Eeprom24C02
  • Method Details

    • values

      public static DeviceType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static DeviceType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getCode

      public int getCode()
    • parseInt

      public static DeviceType parseInt(int value)