Package | Description |
---|---|
com.veraxsystems.vxipmi.coding.commands.fru.record |
FRU records wrappers.
|
com.veraxsystems.vxipmi.coding.commands.sdr.record |
SDR records formats.
|
Modifier and Type | Method and Description |
---|---|
EntityId |
BaseCompatibilityInfo.getEntityId() |
Modifier and Type | Method and Description |
---|---|
void |
BaseCompatibilityInfo.setEntityId(EntityId entityId) |
Modifier and Type | Method and Description |
---|---|
EntityId |
FullSensorRecord.getEntityId() |
EntityId |
EventOnlyRecord.getEntityId() |
EntityId |
CompactSensorRecord.getEntityId() |
static EntityId |
EntityId.parseInt(int value) |
static EntityId |
EntityId.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityId[] |
EntityId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FullSensorRecord.setEntityId(EntityId entityId) |
void |
EventOnlyRecord.setEntityId(EntityId entityId) |
void |
CompactSensorRecord.setEntityId(EntityId entityId) |