Package | Description |
---|---|
com.veraxsystems.vxipmi.coding.commands.sdr.record |
SDR records formats.
|
Modifier and Type | Method and Description |
---|---|
ModifierUnitUsage |
FullSensorRecord.getModifierUnitUsage() |
ModifierUnitUsage |
CompactSensorRecord.getModifierUnitUsage() |
static ModifierUnitUsage |
ModifierUnitUsage.parseInt(int value) |
static ModifierUnitUsage |
ModifierUnitUsage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModifierUnitUsage[] |
ModifierUnitUsage.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.setModifierUnitUsage(ModifierUnitUsage modifierUnitUsage) |
void |
CompactSensorRecord.setModifierUnitUsage(ModifierUnitUsage modifierUnitUsage) |