Uses of Interface
javax.measure.quantity.Temperature

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

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

Uses of Temperature in javax.measure.unit
 

Fields in javax.measure.unit with type parameters of type Temperature
static Unit<Temperature> SI.CELSIUS
          The derived unit for Celsius temperature ().
static Unit<Temperature> NonSI.FAHRENHEIT
          A unit of temperature equal to degree Rankine minus 459.67 °R (standard name °F).
static BaseUnit<Temperature> SI.KELVIN
          The base unit for thermodynamic temperature quantities (K).
static Unit<Temperature> NonSI.RANKINE
          A unit of temperature equal to 5/9 °K (standard name °R).
 



Copyright © 2010. All Rights Reserved.