public interface QuantityValue extends Value
As of Jan 2014, units of measurement are not supported yet. The interface may be extended to account for this in the future. It is intended to use external definitions for units and to identify units by wikidata.org entity ids.
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getLowerBound()
Get the upper bound for the numeric value of this quantity.
|
BigDecimal |
getNumericValue()
Get the main numeric value of this quantity.
|
BigDecimal |
getUpperBound()
Get the upper bound for the numeric value of this quantity.
|
BigDecimal getNumericValue()
BigDecimal getLowerBound()
BigDecimal getUpperBound()
Copyright © 2014–2015 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage