static Quantity.Builder |
Quantity.builder() |
|
Quantity.Builder |
Quantity.Builder.code(Code code) |
A computer processable form of the unit in some unit representation system.
|
Quantity.Builder |
Quantity.Builder.comparator(QuantityComparator comparator) |
How the value should be understood and represented - whether the actual value is greater or less than the stated value
due to measurement issues; e.g.
|
Quantity.Builder |
Quantity.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Quantity.Builder |
Quantity.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Quantity.Builder |
Quantity.Builder.from(Quantity quantity) |
|
Quantity.Builder |
Quantity.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Quantity.Builder |
Quantity.Builder.system(Uri system) |
The identification of the system that provides the coded form of the unit.
|
Quantity.Builder |
Quantity.toBuilder() |
|
Quantity.Builder |
Quantity.Builder.unit(String unit) |
A human-readable form of the unit.
|
Quantity.Builder |
Quantity.Builder.value(Decimal value) |
The value of the measured amount.
|