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

public enum ChassisType extends Enum<ChassisType>
Specifies possible types of chassis.
  • Enum Constant Details

    • Other

      public static final ChassisType Other
    • Notebook

      public static final ChassisType Notebook
    • HandHeld

      public static final ChassisType HandHeld
    • DockingStation

      public static final ChassisType DockingStation
    • AllInOne

      public static final ChassisType AllInOne
    • SubNotebook

      public static final ChassisType SubNotebook
    • SpaceSaving

      public static final ChassisType SpaceSaving
    • LunchBox

      public static final ChassisType LunchBox
    • MainServerChassis

      public static final ChassisType MainServerChassis
    • ExpansionChassis

      public static final ChassisType ExpansionChassis
    • SubChassis

      public static final ChassisType SubChassis
    • Unknown

      public static final ChassisType Unknown
    • BusExpansionChassis

      public static final ChassisType BusExpansionChassis
    • PeripheralChassis

      public static final ChassisType PeripheralChassis
    • RaidChassis

      public static final ChassisType RaidChassis
    • RackMountChassis

      public static final ChassisType RackMountChassis
    • Desktop

      public static final ChassisType Desktop
    • Low

      public static final ChassisType Low
    • Pizza

      public static final ChassisType Pizza
    • Mini

      public static final ChassisType Mini
    • Tower

      public static final ChassisType Tower
    • Portable

      public static final ChassisType Portable
    • LapTop

      public static final ChassisType LapTop
  • Method Details

    • values

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