public class QuantityRange extends Object
| Constructor and Description |
|---|
QuantityRange(double high,
double low,
String units) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHigh() |
double |
getLow() |
String |
getUnits() |
void |
setHigh(double high) |
void |
setLow(double low) |
void |
setUnits(String units) |
public QuantityRange(double high,
double low,
String units)
Copyright © 2021. All rights reserved.