Uses of Enum
javax.measure.Quantity.Scale
Package
Description
Specifies Java packages for the programmatic, type safe handling
of quantities and their expression as values of units.
[OPTIONAL] The Units of Measurement SPI.
-
Uses of Quantity.Scale in javax.measure
Modifier and TypeMethodDescriptionQuantity.getScale()
Returns theScale
of thisQuantity
, if it's absolute or relative.static Quantity.Scale
Returns the enum constant of this type with the specified name.static Quantity.Scale[]
Quantity.Scale.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Quantity.Scale in javax.measure.spi