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 UnitUnit.AThe electric current unit ampere (A)private static final Unit[]Unit.allUnitsAn array containing all units defined.static final UnitUnit.CThe electric charge unit coulomb (C).static final UnitUnit.cdThe luminous intensity unit candela (cd)static final UnitUnit.FThe capacitance unit farad (F).static final UnitUnit.GyThe absorbed dose unit gray (Gy).static final UnitUnit.HzThe frequency unit hertz (Hz).static final UnitUnit.JThe energy unit joule (J).static final UnitUnit.KThe temperature unit kelvin (K)static final UnitUnit.katThe catalytic activity unit katal (kat).static final UnitUnit.kgThe mass unit kilogram (kg)static final UnitUnit.lxThe illuminance unit lux (lx).static final UnitUnit.mThe length unit meter (m)static final UnitUnit.m_sThe speed unit meter per second (m/s)static final UnitUnit.m_s2The acceleration unit meter per second squared (m/s2)static final UnitUnit.m2The area unit square meter (m2)static final UnitUnit.m3The volume unit cubic meter (m3)static final UnitUnit.molThe amount of substance unit mole (mol)static final UnitUnit.NThe force unit newton (N).static final UnitUnit.OhmThe electric resistance unit ohm.static final UnitUnit.PaThe pressure unit pascal (Pa).static final UnitUnit.radThe angle unit radians (rad)static final UnitUnit.sThe time unit second (s)static final UnitUnit.SThe electric conductance unit siemens (S).static final UnitUnit.TThe magnetic flux density unit tesla (T).private final UnitMeasurement.unitstatic final UnitUnit.unityNo Unit (Unity)static final UnitUnit.VThe electric potential difference unit volt (V).static final UnitUnit.WThe power unit watt (W).static final UnitUnit.WbThe 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) UnitReturns a newUnitthat is the addition of thisUnitand theUnitspecified.(package private) UnitReturns a newUnitthat is the division of thisUnitand theUnitspecified(package private) static UnitUnit.find(long type) Finds aUnitbased on a type.final UnitMeasurement.getUnit()Returns theUnitobject of thisMeasurementobject.(package private) UnitReturns a newUnitthat is the multiplication of thisUnitand theUnitspecified(package private) UnitReturns a newUnitthat is the subtraction between thisUnitand theUnitspecified.Methods in org.osgi.util.measurement with parameters of type UnitModifier and TypeMethodDescriptionReturns a newMeasurementobject that is the sum of this object added to the specified value.(package private) UnitReturns a newUnitthat is the addition of thisUnitand theUnitspecified.Returns a newMeasurementobject that is the quotient of this object divided by the specified value.(package private) UnitReturns a newUnitthat is the division of thisUnitand theUnitspecifiedReturns a newMeasurementobject that is the product of this object multiplied by the specified value.(package private) UnitReturns a newUnitthat is the multiplication of thisUnitand theUnitspecifiedReturns a newMeasurementobject that is the subtraction of the specified value from this object.(package private) UnitReturns a newUnitthat is the subtraction between thisUnitand theUnitspecified.Constructors in org.osgi.util.measurement with parameters of type UnitModifierConstructorDescriptionMeasurement(double value, double error, Unit unit) Create a newMeasurementobject with a time of zero.Measurement(double value, double error, Unit unit, long time) Create a newMeasurementobject.Measurement(double value, Unit unit) Create a newMeasurementobject with an error of 0.0 and a time of zero.