public class ElectricalCurrentUnit extends LinearUnit<ElectricalCurrentUnit>
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.
$LastChangedDate: 2019-03-02 19:06:46 +0100 (Sat, 02 Mar 2019) $, @version $Revision: 342 $, by $Author: averbraeck $,
initial version May 15, 2014
Modifier and Type | Field and Description |
---|---|
static ElectricalCurrentUnit |
ABAMPERE
abampere (GCS EMU).
|
static ElectricalCurrentUnit |
AMPERE
Ampere.
|
static ElectricalCurrentUnit |
KILOAMPERE
kiloampere.
|
static ElectricalCurrentUnit |
MEGAAMPERE
megaampere.
|
static ElectricalCurrentUnit |
MICROAMPERE
microampere.
|
static ElectricalCurrentUnit |
MILLIAMPERE
milliampere.
|
static ElectricalCurrentUnit |
NANOAMPERE
nanoampere.
|
static ElectricalCurrentUnit |
SI
The SI unit for electrical current is Ampere.
|
static ElectricalCurrentUnit |
STATAMPERE
statampere (GCS ESU).
|
STANDARD_UNITS
Constructor and Description |
---|
ElectricalCurrentUnit(String name,
String abbreviation,
UnitSystem unitSystem,
ElectricalCurrentUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
Modifier and Type | Method and Description |
---|---|
String |
getSICoefficientsString() |
ElectricalCurrentUnit |
getStandardUnit() |
equals, equalsIgnoreNaming, getScale, getScaleFactor, hashCode
generateHashCode, getAbbreviation, getAbbreviationKey, getAllUnitsOfThisType, getDefaultLocaleAbbreviation, getDefaultLocaleName, getDefaultLocaleTextualRepresentation, getDefaultLocaleTextualRepresentations, getDefaultTextualRepresentation, getName, getSICoefficients, getTextualRepresentations, getUnits, getUnitSystem, isBaseSIUnit, isLocalizable, lookupOrCreateSIUnitWithSICoefficients, lookupOrCreateUnitWithSICoefficients, lookupUnitWithSICoefficients, toString
public static final ElectricalCurrentUnit SI
public static final ElectricalCurrentUnit AMPERE
public static final ElectricalCurrentUnit NANOAMPERE
public static final ElectricalCurrentUnit MICROAMPERE
public static final ElectricalCurrentUnit MILLIAMPERE
public static final ElectricalCurrentUnit KILOAMPERE
public static final ElectricalCurrentUnit MEGAAMPERE
public static final ElectricalCurrentUnit STATAMPERE
public static final ElectricalCurrentUnit ABAMPERE
public ElectricalCurrentUnit(String name, String abbreviation, UnitSystem unitSystem, ElectricalCurrentUnit referenceUnit, double scaleFactorToReferenceUnit)
name
- String; the long name of the unitabbreviation
- String; the abbreviation of the unitunitSystem
- UnitSystem; the unit system, e.g. SI or ImperialreferenceUnit
- ElectricalCurrentUnit; the unit to convert toscaleFactorToReferenceUnit
- double; multiply a value in this unit by the factor to convert to the given reference
unitpublic final ElectricalCurrentUnit getStandardUnit()
getStandardUnit
in class Unit<ElectricalCurrentUnit>
public final String getSICoefficientsString()
getSICoefficientsString
in class Unit<ElectricalCurrentUnit>
Copyright © 2015–2019 Delft University of Technology. All rights reserved.