Uses of Enum
model.enums.MeasurementType
Packages that use MeasurementType
-
Uses of MeasurementType in model
Constructors in model with parameters of type MeasurementTypeModifierConstructorDescriptionMeasurementRequestBuilder(MeasurementType type, MeasurementTarget target) Constructor of BuilderMeasurementRequest. -
Uses of MeasurementType in model.enums
Methods in model.enums that return MeasurementTypeModifier and TypeMethodDescriptionstatic MeasurementTypeReturns the enum constant of this type with the specified name.static MeasurementType[]MeasurementType.values()Returns an array containing the constants of this enum type, in the order they are declared.