public class QuantityAmount extends UnitAmount
| Constructor and Description |
|---|
QuantityAmount(double aValue,
java.lang.String aQuantityUnit)
Constructs a quantity amount from a numeric value and quantity unit.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQuantityUnit()
Get the unit of the quantity amount.
|
double |
getValue()
Get the numeric value of the quantity amount.
|
void |
setValue(double aValue)
Set the numeric value of the quantity amount.
|
toStringpublic QuantityAmount(double aValue,
java.lang.String aQuantityUnit)
aValue - the numeric value of the quantity amount.aQuantityUnit - the quantity unit.public java.lang.String getQuantityUnit()
public double getValue()
public void setValue(double aValue)
aValue - new value.