Uses of Class
org.somda.sdc.biceps.model.participant.CalibrationType
-
Packages that use CalibrationType Package Description org.somda.sdc.biceps.model.participant -
-
Uses of CalibrationType in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as CalibrationType Modifier and Type Field Description protected CalibrationTypeCalibrationInfo. typeMethods in org.somda.sdc.biceps.model.participant that return CalibrationType Modifier and Type Method Description static CalibrationTypeCalibrationType. fromValue(String v)CalibrationTypeCalibrationInfo. getType()Gets the value of the type property.static CalibrationTypeCalibrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static CalibrationType[]CalibrationType. 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 CalibrationType Modifier and Type Method Description voidCalibrationInfo. setType(CalibrationType value)Sets the value of the type property.
-