Uses of Class
org.somda.sdc.biceps.model.participant.CalibrationInfo
-
Packages that use CalibrationInfo Package Description org.somda.sdc.biceps.model.participant -
-
Uses of CalibrationInfo in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as CalibrationInfo Modifier and Type Field Description protected CalibrationInfoAbstractDeviceComponentState. calibrationInfoprotected CalibrationInfoAbstractDeviceComponentState. nextCalibrationMethods in org.somda.sdc.biceps.model.participant that return CalibrationInfo Modifier and Type Method Description CalibrationInfoObjectFactory. createCalibrationInfo()Create an instance ofCalibrationInfoCalibrationInfoAbstractDeviceComponentState. getCalibrationInfo()Gets the value of the calibrationInfo property.CalibrationInfoAbstractDeviceComponentState. getNextCalibration()Gets the value of the nextCalibration property.Methods in org.somda.sdc.biceps.model.participant with parameters of type CalibrationInfo Modifier and Type Method Description voidAbstractDeviceComponentState. setCalibrationInfo(CalibrationInfo value)Sets the value of the calibrationInfo property.voidAbstractDeviceComponentState. setNextCalibration(CalibrationInfo value)Sets the value of the nextCalibration property.
-