public class MeasureValue extends Object
Represents a measurement value with a specific type and numerical value.
| Constructor and Description |
|---|
MeasureValue() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMeasureType() |
double |
getValue() |
void |
setMeasureType(int measureType) |
void |
setValue(double value) |
Copyright © 2026. All rights reserved.