- All Implemented Interfaces:
IValueObject
,Serializable
,Comparable<SIDerivedUnits>
,Constable
SI derived units.
- See Also:
-
- International System of Units Not DSGVO relevant.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionActivity referred to a radionuclide (decays per unit time).Electric charge.Temperature relative to 273.15 K.Capacitance.Absorbed dose (of ionising radiation).Inductance.Frequency.Energy, work, heat.Catalytic activity.Luminous flux.Illuminance.Force, weight.Resistance, impedance, reactance.Pressure, stress.Plane angle.Electrical conductance.Equivalent dose (of ionising radiation).Solid angle.Magnetic flux density.Electric potential, voltage, emf.Power, radiant flux.Magnetic flux. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet unit symbol.static SIDerivedUnits
SIDerivedUnits factory.Returns the value of this SIDerivedUnits as a string.static SIDerivedUnits
Returns the enum constant of this class with the specified name.static SIDerivedUnits[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RADIAN
Plane angle. -
STERADIAN
Solid angle. -
HERTZ
Frequency. -
NEWTON
Force, weight. -
PASCAL
Pressure, stress. -
JOULE
Energy, work, heat. -
WATT
Power, radiant flux. -
COULOMB
Electric charge. -
VOLT
Electric potential, voltage, emf. -
FARAD
Capacitance. -
OHM
Resistance, impedance, reactance. -
SIEMENS
Electrical conductance. -
WEBER
Magnetic flux. -
TESLA
Magnetic flux density. -
HENRY
Inductance. -
DEGREE_CELSIUS
Temperature relative to 273.15 K. -
LUMEN
Luminous flux. -
LUX
Illuminance. -
BECQUEREL
Activity referred to a radionuclide (decays per unit time). -
GRAY
Absorbed dose (of ionising radiation). -
SIEVERT
Equivalent dose (of ionising radiation). -
KATAL
Catalytic activity.
-
-
Field Details
-
symbol
Unit symbol.
-
-
Constructor Details
-
SIDerivedUnits
Ordinal constructor.- Parameters:
symbol
- Unit symbol
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
of
SIDerivedUnits factory.- Parameters:
value
- Enum name string- Returns:
- SIDerivedUnits enum
-
getSymbol
Get unit symbol.- Returns:
- Symbol
-
stringValue
Returns the value of this SIDerivedUnits as a string.- Specified by:
stringValue
in interfaceIValueObject
- Returns:
- The text value represented by this object after conversion to type string.
-