Package org.djunits.unit
Class ElectricalCurrentUnit
- All Implemented Interfaces:
Serializable
,Cloneable
public class ElectricalCurrentUnit extends Unit<ElectricalCurrentUnit>
Standard units for electrical current.
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.
- 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 ElectricalCurrentUnit
ABAMPERE
abampere (GCS EMU).static ElectricalCurrentUnit
AMPERE
Ampere.static Quantity<ElectricalCurrentUnit>
BASE
The base, with "A" as the SI signature.static ElectricalCurrentUnit
KILOAMPERE
kiloampere.static ElectricalCurrentUnit
MEGAAMPERE
megaampere.static ElectricalCurrentUnit
MICROAMPERE
microampere.static ElectricalCurrentUnit
MILLIAMPERE
milliampere.static ElectricalCurrentUnit
SI
The SI unit for electrical current is Ampere.static ElectricalCurrentUnit
STATAMPERE
statampere (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 Details
-
BASE
The base, with "A" as the SI signature. -
SI
The SI unit for electrical current is Ampere. -
AMPERE
Ampere. -
MICROAMPERE
microampere. -
MILLIAMPERE
milliampere. -
KILOAMPERE
kiloampere. -
MEGAAMPERE
megaampere. -
STATAMPERE
statampere (GCS ESU). -
ABAMPERE
abampere (GCS EMU).
-
-
Constructor Details
-
ElectricalCurrentUnit
public ElectricalCurrentUnit()
-