QuantityInterface
in
Quantity information.
Table of Contents
Methods
- getQuantity() : BigDecimal
- Returns the quantity.
- getUnit() : UnitInterface
- Returns the unit in which the quantity is measured.
Methods
getQuantity()
Returns the quantity.
public
getQuantity() : BigDecimal
APIYes
Return values
BigDecimal —quantity
getUnit()
Returns the unit in which the quantity is measured.
public
getUnit() : UnitInterface
APIYes