JSR-275 - Measurements and Units Specification

Serialized Form


Package javax.measure

Class javax.measure.Measure extends java.lang.Object implements Serializable

Serialized Fields

_value

java.lang.Object _value
Holds the measurement value.


_unit

Unit<Q extends Quantity> _unit
Holds the measurement unit.


Package javax.measure.converter

Class javax.measure.converter.AddConverter extends UnitConverter implements Serializable

serialVersionUID: 1L

Serialized Fields

_offset

double _offset
Holds the offset.

Class javax.measure.converter.ConversionException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class javax.measure.converter.LogConverter extends UnitConverter implements Serializable

serialVersionUID: 1L

Serialized Fields

_base

double _base
Holds the logarithmic base.


_logBase

double _logBase
Holds the natural logarithm of the base.


_invLogBase

double _invLogBase
Holds the inverse of the natural logarithm of the base.


_inverse

javax.measure.converter.LogConverter.Inverse _inverse
Holds the inverse of this converter.

Class javax.measure.converter.MultiplyConverter extends UnitConverter implements Serializable

serialVersionUID: 1L

Serialized Fields

_factor

double _factor
Holds the scale factor.

Class javax.measure.converter.RationalConverter extends UnitConverter implements Serializable

serialVersionUID: 1L

Serialized Fields

_dividend

long _dividend
Holds the converter dividend.


_divisor

long _divisor
Holds the converter divisor (always positive).

Class javax.measure.converter.UnitConverter extends java.lang.Object implements Serializable


Package javax.measure.unit

Class javax.measure.unit.AlternateUnit extends DerivedUnit<Q extends Quantity> implements Serializable

serialVersionUID: 1L

Serialized Fields

_symbol

java.lang.String _symbol
Holds the symbol.


_parent

Unit<Q extends Quantity> _parent
Holds the parent unit (a system unit).

Class javax.measure.unit.BaseUnit extends Unit<Q extends Quantity> implements Serializable

serialVersionUID: 1L

Serialized Fields

_symbol

java.lang.String _symbol
Holds the symbol.

Class javax.measure.unit.CompoundUnit extends DerivedUnit<Q extends Quantity> implements Serializable

serialVersionUID: 1L

Serialized Fields

_first

Unit<Q extends Quantity> _first
Holds the first unit (cannot be a compound unit)


_next

Unit<Q extends Quantity> _next
Holds the next units.

Class javax.measure.unit.DerivedUnit extends Unit<Q extends Quantity> implements Serializable

Class javax.measure.unit.Dimension extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_pseudoUnit

Unit<Q extends Quantity> _pseudoUnit
Holds the pseudo unit associated to this dimension.

Class javax.measure.unit.ProductUnit extends DerivedUnit<Q extends Quantity> implements Serializable

serialVersionUID: 1L

Serialized Fields

_elements

javax.measure.unit.ProductUnit.Element[] _elements
Holds the units composing this product unit.


_hashCode

int _hashCode
Holds the hashcode (optimization).

Class javax.measure.unit.TransformedUnit extends DerivedUnit<Q extends Quantity> implements Serializable

serialVersionUID: 1L

Serialized Fields

_parentUnit

Unit<Q extends Quantity> _parentUnit
Holds the parent unit (not a transformed unit).


_toParentUnit

UnitConverter _toParentUnit
Holds the converter to the parent unit.

Class javax.measure.unit.Unit extends java.lang.Object implements Serializable

Class javax.measure.unit.UnitFormat extends java.text.Format implements Serializable


JSR-275 - Measurements and Units Specification

Copyright © 2007 JSR-275