Uses of Interface
javax.measure.quantity.Volume

Packages that use Volume
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. 
 

Uses of Volume in javax.measure.quantity
 

Fields in javax.measure.quantity with type parameters of type Volume
static Unit<Volume> Volume.UNIT
          Holds the SI unit (Système International d'Unités) for this quantity.
 

Uses of Volume in javax.measure.unit
 

Fields in javax.measure.unit with type parameters of type Volume
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 ().
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 NonSI.LITRE (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 NonSI.GALLON_UK (standard name oz_fl_uk).
static Unit<Volume> NonSI.OUNCE_LIQUID_US
          A unit of volume equal to 1 / 128 NonSI.GALLON_LIQUID_US (standard name oz_fl).
 



Copyright © 2010. All Rights Reserved.