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<Volume> |
Volume.UNIT
Holds the SI unit (Système International d'Unités) for this quantity.
|
Modifier and Type | Field and Description |
---|---|
static Unit<Volume> |
NonSI.CUBIC_INCH
A unit of volume equal to one cubic inch (
in³ ). |
static Unit<Volume> |
SI.CUBIC_METRE
The metric unit for volume quantities (
m³ ). |
static Unit<Volume> |
NonSI.GALLON_DRY_US
A unit of volume equal to one US dry gallon.
|
static Unit<Volume> |
NonSI.GALLON_LIQUID_US
A unit of volume equal to one US gallon, Liquid Unit.
|
static Unit<Volume> |
NonSI.GALLON_UK
A unit of volume equal to
4.546 09
(standard name gal_uk ). |
static Unit<Volume> |
NonSI.LITER
Equivalent to
NonSI.LITRE (American spelling). |
static Unit<Volume> |
NonSI.LITRE
A unit of volume equal to one cubic decimeter (default label
L , also recognized µL, mL, cL, dL ). |
static Unit<Volume> |
NonSI.OUNCE_LIQUID_UK
A unit of volume equal to
1 / 160
(standard name oz_fl_uk ). |
static Unit<Volume> |
NonSI.OUNCE_LIQUID_US
A unit of volume equal to
1 / 128
(standard name oz_fl ). |
Copyright © 2012. All Rights Reserved.