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

public enum SensorType extends Enum<SensorType>
Type of the sensor.
  • Enum Constant Details

    • CoolingDevice

      public static final SensorType CoolingDevice
    • OtherUnitsBasedSensor

      public static final SensorType OtherUnitsBasedSensor
    • Memory

      public static final SensorType Memory
    • DriveBay

      public static final SensorType DriveBay
    • PostMemoryResize

      public static final SensorType PostMemoryResize
    • SystemFirmwareProgess

      public static final SensorType SystemFirmwareProgess
    • EventLoggingDisabled

      public static final SensorType EventLoggingDisabled
    • BootError

      public static final SensorType BootError
    • Watchdog1

      public static final SensorType Watchdog1
    • OsBoot

      public static final SensorType OsBoot
    • SystemEvent

      public static final SensorType SystemEvent
    • OsStop

      public static final SensorType OsStop
    • CriticalInterrupt

      public static final SensorType CriticalInterrupt
    • SlotConnector

      public static final SensorType SlotConnector
    • SystemAcpiPowerState

      public static final SensorType SystemAcpiPowerState
    • Watchdog2

      public static final SensorType Watchdog2
    • PlatformAlert

      public static final SensorType PlatformAlert
    • EntityPresence

      public static final SensorType EntityPresence
    • MonitorAsicIc

      public static final SensorType MonitorAsicIc
    • Lan

      public static final SensorType Lan
    • Temperature

      public static final SensorType Temperature
    • Voltage

      public static final SensorType Voltage
    • Current

      public static final SensorType Current
    • Fan

      public static final SensorType Fan
    • PhysicalSecurity

      public static final SensorType PhysicalSecurity
    • PlatformSecurityViolationAttempt

      public static final SensorType PlatformSecurityViolationAttempt
    • Processor

      public static final SensorType Processor
    • PowerSupply

      public static final SensorType PowerSupply
    • PowerUnit

      public static final SensorType PowerUnit
    • ButtonSwitch

      public static final SensorType ButtonSwitch
    • ModuleBoard

      public static final SensorType ModuleBoard
    • MicrocontrollerCoprocessor

      public static final SensorType MicrocontrollerCoprocessor
    • AddInCard

      public static final SensorType AddInCard
    • Chassis

      public static final SensorType Chassis
    • Chipset

      public static final SensorType Chipset
    • OtherFru

      public static final SensorType OtherFru
    • ManagementSubsystemHealth

      public static final SensorType ManagementSubsystemHealth
    • CableInterconnect

      public static final SensorType CableInterconnect
    • Battery

      public static final SensorType Battery
    • Terminator

      public static final SensorType Terminator
    • SessionAudit

      public static final SensorType SessionAudit
    • SystemBoot

      public static final SensorType SystemBoot
    • VersionChange

      public static final SensorType VersionChange
    • FruState

      public static final SensorType FruState
    • Oem

      public static final SensorType Oem
    • OemReserved

      public static final SensorType OemReserved
  • Method Details

    • values

      public static SensorType[] 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 SensorType 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 SensorType parseInt(int value)