Package org.djunits.unit
Class RadioActivityUnit
- All Implemented Interfaces:
Serializable
,Cloneable
public class RadioActivityUnit extends Unit<RadioActivityUnit>
The units of radio activity (decays per unit of time).
Copyright (c) 2015-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
version May 15, 2014
- Author:
- Peter Knoppers
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
Field Summary
Fields Modifier and Type Field Description static Quantity<RadioActivityUnit>
BASE
The base, with "/s" as the SI signature.static RadioActivityUnit
BECQUEREL
Becquerel.static RadioActivityUnit
CURIE
Curie.static RadioActivityUnit
GIGABECQUEREL
GBq.static RadioActivityUnit
KILOBECQUEREL
kBq.static RadioActivityUnit
MEGABECQUEREL
MBq.static RadioActivityUnit
MICROCURIE
microCurie.static RadioActivityUnit
MILLICURIE
milliCurie.static RadioActivityUnit
NANOCURIE
nanoCurie.static RadioActivityUnit
PETABECQUEREL
PBq.static RadioActivityUnit
RUTHERFORD
Rutherford.static RadioActivityUnit
SI
The SI unit for radio activity is Becquerel.static RadioActivityUnit
TERABECQUEREL
TBq. -
Constructor Summary
Constructors Constructor Description RadioActivityUnit()
-
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString
-
Field Details
-
BASE
The base, with "/s" as the SI signature. -
SI
The SI unit for radio activity is Becquerel. -
BECQUEREL
Becquerel. -
KILOBECQUEREL
kBq. -
MEGABECQUEREL
MBq. -
GIGABECQUEREL
GBq. -
TERABECQUEREL
TBq. -
PETABECQUEREL
PBq. -
CURIE
Curie. -
MILLICURIE
milliCurie. -
MICROCURIE
microCurie. -
NANOCURIE
nanoCurie. -
RUTHERFORD
Rutherford.
-
-
Constructor Details
-
RadioActivityUnit
public RadioActivityUnit()
-