| Package | Description |
|---|---|
| javax.measure.unit |
Provides support for programatic unit handling.
|
| Modifier and Type | Field and Description |
|---|---|
static AlternateUnit<RadioactiveActivity> |
SI.BECQUEREL
The derived unit for activity of a radionuclide (
Bq). |
static AlternateUnit<DataAmount> |
SI.BIT
The unit for binary information (
bit). |
static AlternateUnit<ElectricCharge> |
SI.COULOMB
The derived unit for electric charge, quantity of electricity
(
C). |
static AlternateUnit<ElectricCapacitance> |
SI.FARAD
The derived unit for capacitance (
F). |
static AlternateUnit<RadiationDoseAbsorbed> |
SI.GRAY
The derived unit for absorbed dose, specific energy (imparted), kerma
(
Gy). |
static AlternateUnit<ElectricInductance> |
SI.HENRY
The derived unit for inductance (
H). |
static AlternateUnit<Frequency> |
SI.HERTZ
The derived unit for frequency (
Hz). |
static AlternateUnit<Energy> |
SI.JOULE
The derived unit for energy, work, quantity of heat (
J). |
static AlternateUnit<CatalyticActivity> |
SI.KATAL
The derived unit for catalytic activity (
kat). |
static AlternateUnit<LuminousFlux> |
SI.LUMEN
The derived unit for luminous flux (
lm). |
static AlternateUnit<Illuminance> |
SI.LUX
The derived unit for illuminance (
lx). |
static AlternateUnit<Force> |
SI.NEWTON
The derived unit for force (
N). |
static AlternateUnit<ElectricResistance> |
SI.OHM
The derived unit for electric resistance (
Ω or
Ohm). |
static AlternateUnit<Pressure> |
SI.PASCAL
The derived unit for pressure, stress (
Pa). |
static AlternateUnit<Angle> |
SI.RADIAN
The unit for plane angle quantities (
rad). |
static AlternateUnit<ElectricConductance> |
SI.SIEMENS
The derived unit for electric conductance (
S). |
static AlternateUnit<RadiationDoseEffective> |
SI.SIEVERT
The derived unit for dose equivalent (
Sv). |
static AlternateUnit<SolidAngle> |
SI.STERADIAN
The unit for solid angle quantities (
sr). |
static AlternateUnit<MagneticFluxDensity> |
SI.TESLA
The derived unit for magnetic flux density (
T). |
static AlternateUnit<ElectricPotential> |
SI.VOLT
The derived unit for electric potential difference, electromotive force
(
V). |
static AlternateUnit<Power> |
SI.WATT
The derived unit for power, radiant, flux (
W). |
static AlternateUnit<MagneticFlux> |
SI.WEBER
The derived unit for magnetic flux (
Wb). |
| Modifier and Type | Method and Description |
|---|---|
<A extends Quantity> |
Unit.alternate(String symbol)
Returns a unit equivalent to this unit but used in expressions to
distinguish between quantities of a different nature but of the same
dimensions.
|