public static enum ProcessorConstants.EntityCdmType extends java.lang.Enum<ProcessorConstants.EntityCdmType>
| Enum Constant and Description |
|---|
BACKPLANE |
BOARD |
CHASSIS |
FAN |
OTHER |
PORT |
POWERSUPPLY |
RACK |
SENSOR |
SLOT |
UNKWOWN |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getcdmType() |
java.lang.String |
getcdmValue() |
static java.lang.String |
getcdmValue(java.lang.String devType) |
static ProcessorConstants.EntityCdmType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessorConstants.EntityCdmType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessorConstants.EntityCdmType OTHER
public static final ProcessorConstants.EntityCdmType UNKWOWN
public static final ProcessorConstants.EntityCdmType CHASSIS
public static final ProcessorConstants.EntityCdmType BACKPLANE
public static final ProcessorConstants.EntityCdmType SLOT
public static final ProcessorConstants.EntityCdmType POWERSUPPLY
public static final ProcessorConstants.EntityCdmType FAN
public static final ProcessorConstants.EntityCdmType SENSOR
public static final ProcessorConstants.EntityCdmType BOARD
public static final ProcessorConstants.EntityCdmType PORT
public static final ProcessorConstants.EntityCdmType RACK
public static ProcessorConstants.EntityCdmType[] values()
for (ProcessorConstants.EntityCdmType c : ProcessorConstants.EntityCdmType.values()) System.out.println(c);
public static ProcessorConstants.EntityCdmType 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 java.lang.String getcdmType()
public java.lang.String getcdmValue()
public static java.lang.String getcdmValue(java.lang.String devType)