Uses of Enum
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.InstanceModifierType
Packages that use InstanceModifierType
-
Uses of InstanceModifierType in org.sentrysoftware.ipmi.core.coding.commands.sdr.record
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record that return InstanceModifierTypeModifier and TypeMethodDescriptionCompactSensorRecord.getIdInstanceModifierType()EventOnlyRecord.getIdInstanceModifierType()static InstanceModifierTypeInstanceModifierType.parseInt(int value) static InstanceModifierTypeReturns 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.Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record with parameters of type InstanceModifierTypeModifier and TypeMethodDescriptionvoidCompactSensorRecord.setIdInstanceModifierType(InstanceModifierType idInstanceModifierType) voidEventOnlyRecord.setIdInstanceModifierType(InstanceModifierType idInstanceModifierType)