Package | Description |
---|---|
javax.measure.quantity |
Provides quantitative properties or attributes of thing such as
mass, time, distance, heat, and angular separation.
|
javax.measure.unit |
Provides support for programatic unit handling.
|
Modifier and Type | Field and Description |
---|---|
static Unit<AmountOfSubstance> |
AmountOfSubstance.UNIT
Holds the SI unit (Système International d'Unités) for this quantity.
|
Modifier and Type | Field and Description |
---|---|
static Unit<AmountOfSubstance> |
NonSI.ATOM
A unit of amount of substance equals to one atom
(standard name
atom ). |
static BaseUnit<AmountOfSubstance> |
SI.MOLE
The base unit for amount of substance quantities (
mol ). |
Copyright © 2012. All Rights Reserved.