Uses of Interface
javax.measure.quantity.Mass

Packages that use Mass
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 Mass in javax.measure.quantity
 

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

Uses of Mass in javax.measure.unit
 

Fields in javax.measure.unit with type parameters of type Mass
static Unit<Mass> NonSI.ATOMIC_MASS
          A unit of mass equal to 1/12 the mass of the carbon-12 atom (standard name u).
static Unit<Mass> NonSI.ELECTRON_MASS
          A unit of mass equal to the mass of the electron (standard name me).
static Unit<Mass> SI.GRAM
          The derived unit for mass quantities (g).
static BaseUnit<Mass> SI.KILOGRAM
          The base unit for mass quantities (kg).
static Unit<Mass> NonSI.METRIC_TON
          A unit of mass equal to 1000 kg (metric ton, standard name t).
static Unit<Mass> NonSI.OUNCE
          A unit of mass equal to 1 / 16 NonSI.POUND (standard name oz).
static Unit<Mass> NonSI.POUND
          A unit of mass equal to 453.59237 grams (avoirdupois pound, standard name lb).
static Unit<Mass> NonSI.TON_UK
          A unit of mass equal to 2240 NonSI.POUND (long ton, standard name ton_uk).
static Unit<Mass> NonSI.TON_US
          A unit of mass equal to 2000 NonSI.POUND (short ton, standard name ton_us).
 



Copyright © 2010. All Rights Reserved.