public enum ChassisType extends java.lang.Enum<ChassisType>
Enum Constant and Description |
---|
AllInOne |
BusExpansionChassis |
Desktop |
DockingStation |
ExpansionChassis |
HandHeld |
LapTop |
Low |
LunchBox |
MainServerChassis |
Mini |
Notebook |
Other |
PeripheralChassis |
Pizza |
Portable |
RackMountChassis |
RaidChassis |
SpaceSaving |
SubChassis |
SubNotebook |
Tower |
Unknown |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static ChassisType |
parseInt(int value) |
static ChassisType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChassisType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChassisType Other
public static final ChassisType Notebook
public static final ChassisType HandHeld
public static final ChassisType DockingStation
public static final ChassisType AllInOne
public static final ChassisType SubNotebook
public static final ChassisType SpaceSaving
public static final ChassisType LunchBox
public static final ChassisType MainServerChassis
public static final ChassisType ExpansionChassis
public static final ChassisType SubChassis
public static final ChassisType Unknown
public static final ChassisType BusExpansionChassis
public static final ChassisType PeripheralChassis
public static final ChassisType RaidChassis
public static final ChassisType RackMountChassis
public static final ChassisType Desktop
public static final ChassisType Low
public static final ChassisType Pizza
public static final ChassisType Mini
public static final ChassisType Tower
public static final ChassisType Portable
public static final ChassisType LapTop
public static ChassisType[] values()
for (ChassisType c : ChassisType.values()) System.out.println(c);
public static ChassisType 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 ChassisType parseInt(int value)