Package | Description |
---|---|
com.veraxsystems.vxipmi.coding.commands.sdr.record |
SDR records formats.
|
Modifier and Type | Method and Description |
---|---|
DeviceType |
GenericDeviceLocatorRecord.getDeviceType() |
DeviceType |
FruDeviceLocatorRecord.getDeviceType() |
static DeviceType |
DeviceType.parseInt(int value) |
static DeviceType |
DeviceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceType[] |
DeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericDeviceLocatorRecord.setDeviceType(DeviceType deviceType) |
void |
FruDeviceLocatorRecord.setDeviceType(DeviceType deviceType) |