Uses of Class
org.osgi.util.measurement.Unit
Packages that use Unit
-
Uses of Unit in org.osgi.util.measurement
Fields in org.osgi.util.measurement declared as UnitModifier and TypeFieldDescriptionstatic final Unit
Unit.A
The electric current unit ampere (A)private static final Unit[]
Unit.allUnits
An array containing all units defined.static final Unit
Unit.C
The electric charge unit coulomb (C).static final Unit
Unit.cd
The luminous intensity unit candela (cd)static final Unit
Unit.F
The capacitance unit farad (F).static final Unit
Unit.Gy
The absorbed dose unit gray (Gy).static final Unit
Unit.Hz
The frequency unit hertz (Hz).static final Unit
Unit.J
The energy unit joule (J).static final Unit
Unit.K
The temperature unit kelvin (K)static final Unit
Unit.kat
The catalytic activity unit katal (kat).static final Unit
Unit.kg
The mass unit kilogram (kg)static final Unit
Unit.lx
The illuminance unit lux (lx).static final Unit
Unit.m
The length unit meter (m)static final Unit
Unit.m_s
The speed unit meter per second (m/s)static final Unit
Unit.m_s2
The acceleration unit meter per second squared (m/s2)static final Unit
Unit.m2
The area unit square meter (m2)static final Unit
Unit.m3
The volume unit cubic meter (m3)static final Unit
Unit.mol
The amount of substance unit mole (mol)static final Unit
Unit.N
The force unit newton (N).static final Unit
Unit.Ohm
The electric resistance unit ohm.static final Unit
Unit.Pa
The pressure unit pascal (Pa).static final Unit
Unit.rad
The angle unit radians (rad)static final Unit
Unit.s
The time unit second (s)static final Unit
Unit.S
The electric conductance unit siemens (S).static final Unit
Unit.T
The magnetic flux density unit tesla (T).private final Unit
Measurement.unit
static final Unit
Unit.unity
No Unit (Unity)static final Unit
Unit.V
The electric potential difference unit volt (V).static final Unit
Unit.W
The power unit watt (W).static final Unit
Unit.Wb
The magnetic flux unit weber (Wb).Fields in org.osgi.util.measurement with type parameters of type UnitMethods in org.osgi.util.measurement that return UnitModifier and TypeMethodDescription(package private) Unit
Returns a newUnit
that is the addition of thisUnit
and theUnit
specified.(package private) Unit
Returns a newUnit
that is the division of thisUnit
and theUnit
specified(package private) static Unit
Unit.find
(long type) Finds aUnit
based on a type.final Unit
Measurement.getUnit()
Returns theUnit
object of thisMeasurement
object.(package private) Unit
Returns a newUnit
that is the multiplication of thisUnit
and theUnit
specified(package private) Unit
Returns a newUnit
that is the subtraction between thisUnit
and theUnit
specified.Methods in org.osgi.util.measurement with parameters of type UnitModifier and TypeMethodDescriptionReturns a newMeasurement
object that is the sum of this object added to the specified value.(package private) Unit
Returns a newUnit
that is the addition of thisUnit
and theUnit
specified.Returns a newMeasurement
object that is the quotient of this object divided by the specified value.(package private) Unit
Returns a newUnit
that is the division of thisUnit
and theUnit
specifiedReturns a newMeasurement
object that is the product of this object multiplied by the specified value.(package private) Unit
Returns a newUnit
that is the multiplication of thisUnit
and theUnit
specifiedReturns a newMeasurement
object that is the subtraction of the specified value from this object.(package private) Unit
Returns a newUnit
that is the subtraction between thisUnit
and theUnit
specified.Constructors in org.osgi.util.measurement with parameters of type UnitModifierConstructorDescriptionMeasurement
(double value, double error, Unit unit) Create a newMeasurement
object with a time of zero.Measurement
(double value, double error, Unit unit, long time) Create a newMeasurement
object.Measurement
(double value, Unit unit) Create a newMeasurement
object with an error of 0.0 and a time of zero.