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