Uses of Enum
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.ModifierUnitUsage
Packages that use ModifierUnitUsage
-
Uses of ModifierUnitUsage in org.sentrysoftware.ipmi.core.coding.commands.sdr.record
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record that return ModifierUnitUsageModifier and TypeMethodDescriptionCompactSensorRecord.getModifierUnitUsage()FullSensorRecord.getModifierUnitUsage()static ModifierUnitUsageModifierUnitUsage.parseInt(int value) static ModifierUnitUsageReturns 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.Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record with parameters of type ModifierUnitUsageModifier and TypeMethodDescriptionvoidCompactSensorRecord.setModifierUnitUsage(ModifierUnitUsage modifierUnitUsage) voidFullSensorRecord.setModifierUnitUsage(ModifierUnitUsage modifierUnitUsage)