Uses of Class
org.somda.sdc.biceps.model.participant.CalibrationState
-
Packages that use CalibrationState Package Description org.somda.sdc.biceps.model.participant -
-
Uses of CalibrationState in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as CalibrationState Modifier and Type Field Description protected CalibrationStateCalibrationInfo. componentCalibrationStateMethods in org.somda.sdc.biceps.model.participant that return CalibrationState Modifier and Type Method Description static CalibrationStateCalibrationState. fromValue(String v)CalibrationStateCalibrationInfo. getComponentCalibrationState()Gets the value of the componentCalibrationState property.static CalibrationStateCalibrationState. valueOf(String name)Returns the enum constant of this type with the specified name.static CalibrationState[]CalibrationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.biceps.model.participant with parameters of type CalibrationState Modifier and Type Method Description voidCalibrationInfo. setComponentCalibrationState(CalibrationState value)Sets the value of the componentCalibrationState property.
-