Uses of Enum
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.RateUnit
Packages that use RateUnit
-
Uses of RateUnit in org.sentrysoftware.ipmi.core.coding.commands.sdr.record
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record that return RateUnitModifier and TypeMethodDescriptionCompactSensorRecord.getRateUnit()FullSensorRecord.getRateUnit()static RateUnitRateUnit.parseInt(int value) static RateUnitReturns the enum constant of this type with the specified name.static RateUnit[]RateUnit.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 RateUnitModifier and TypeMethodDescriptionvoidCompactSensorRecord.setRateUnit(RateUnit rateUnit) voidFullSensorRecord.setRateUnit(RateUnit rateUnit)