Package org.djunits.unit
Class ElectricalCurrentUnit
- java.lang.Object
-
- org.djunits.unit.Unit<ElectricalCurrentUnit>
-
- org.djunits.unit.ElectricalCurrentUnit
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ElectricalCurrentUnit extends Unit<ElectricalCurrentUnit>
Standard units for electrical current.Copyright (c) 2015-2022 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.- Author:
- Alexander Verbraeck
- 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 ElectricalCurrentUnitABAMPEREabampere (GCS EMU).static ElectricalCurrentUnitAMPEREAmpere.static Quantity<ElectricalCurrentUnit>BASEThe base, with "A" as the SI signature.static ElectricalCurrentUnitKILOAMPEREkiloampere.static ElectricalCurrentUnitMEGAAMPEREmegaampere.static ElectricalCurrentUnitMICROAMPEREmicroampere.static ElectricalCurrentUnitMILLIAMPEREmilliampere.static ElectricalCurrentUnitSIThe SI unit for electrical current is Ampere.static ElectricalCurrentUnitSTATAMPEREstatampere (GCS ESU).
-
Constructor Summary
Constructors Constructor Description ElectricalCurrentUnit()
-
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 Detail
-
BASE
public static final Quantity<ElectricalCurrentUnit> BASE
The base, with "A" as the SI signature.
-
SI
public static final ElectricalCurrentUnit SI
The SI unit for electrical current is Ampere.
-
AMPERE
public static final ElectricalCurrentUnit AMPERE
Ampere.
-
MICROAMPERE
public static final ElectricalCurrentUnit MICROAMPERE
microampere.
-
MILLIAMPERE
public static final ElectricalCurrentUnit MILLIAMPERE
milliampere.
-
KILOAMPERE
public static final ElectricalCurrentUnit KILOAMPERE
kiloampere.
-
MEGAAMPERE
public static final ElectricalCurrentUnit MEGAAMPERE
megaampere.
-
STATAMPERE
public static final ElectricalCurrentUnit STATAMPERE
statampere (GCS ESU).
-
ABAMPERE
public static final ElectricalCurrentUnit ABAMPERE
abampere (GCS EMU).
-
-