public class ElectricalChargeUnit extends LinearUnit<ElectricalChargeUnit>
Copyright (c) 2015-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2018-01-28 03:17:44 +0100 (Sun, 28 Jan 2018) $, @version $Revision: 256 $, by $Author: averbraeck $,
initial version May 15, 2014
Modifier and Type | Field and Description |
---|---|
static ElectricalChargeUnit |
ABCOULOMB
abcoulomb (CGS EMU).
|
static ElectricalChargeUnit |
AMPERE_HOUR
ampere hour.
|
static ElectricalChargeUnit |
ATOMIC_UNIT
atomic unit of charge.
|
static ElectricalChargeUnit |
COULOMB
Coulomb = A.s.
|
static ElectricalChargeUnit |
EMU
emu (CGS EMU).
|
static ElectricalChargeUnit |
ESU
esu (CGS ESU).
|
static ElectricalChargeUnit |
FARADAY
Faraday.
|
static ElectricalChargeUnit |
FRANKLIN
franklin (CGS ESU).
|
static ElectricalChargeUnit |
KILOAMPERE_HOUR
kiloampere hour.
|
static ElectricalChargeUnit |
MEGAAMPERE_HOUR
megaampere hour.
|
static ElectricalChargeUnit |
MICROCOULOMB
microCoulomb = muA.s.
|
static ElectricalChargeUnit |
MILLIAMPERE_HOUR
milliampere hour.
|
static ElectricalChargeUnit |
MILLIAMPERE_SECOND
milliampere second.
|
static ElectricalChargeUnit |
MILLICOULOMB
milliCoulomb = mA.s.
|
static ElectricalChargeUnit |
NANOCOULOMB
nanoCoulomb = nA.s.
|
static ElectricalChargeUnit |
PICOCOULOMB
picoCoulomb = pA.s.
|
static ElectricalChargeUnit |
SI
The SI unit for electrical charge is Coulomb = A.s.
|
static ElectricalChargeUnit |
STATCOULOMB
statcoulomb (CGS ESU).
|
STANDARD_UNITS
Constructor and Description |
---|
ElectricalChargeUnit(ElectricalCurrentUnit electricalCurrentUnit,
DurationUnit durationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Build a user-defined ElectricalChargeUnit as an electrical current unit times a time unit.
|
ElectricalChargeUnit(String name,
String abbreviation,
UnitSystem unitSystem,
ElectricalChargeUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
Modifier and Type | Method and Description |
---|---|
DurationUnit |
getDurationUnit() |
ElectricalCurrentUnit |
getElectricalCurrentUnit() |
String |
getSICoefficientsString() |
ElectricalChargeUnit |
getStandardUnit() |
equals, equalsIgnoreNaming, getScale, getScaleFactor, hashCode
generateHashCode, getAbbreviation, getAbbreviationKey, getAllUnitsOfThisType, getName, getNameKey, getSICoefficients, getUnits, getUnitSystem, isBaseSIUnit, isLocalizable, lookupOrCreateSIUnitWithSICoefficients, lookupOrCreateUnitWithSICoefficients, lookupUnitWithSICoefficients, toString
public static final ElectricalChargeUnit SI
public static final ElectricalChargeUnit COULOMB
public static final ElectricalChargeUnit PICOCOULOMB
public static final ElectricalChargeUnit NANOCOULOMB
public static final ElectricalChargeUnit MICROCOULOMB
public static final ElectricalChargeUnit MILLICOULOMB
public static final ElectricalChargeUnit MILLIAMPERE_HOUR
public static final ElectricalChargeUnit MILLIAMPERE_SECOND
public static final ElectricalChargeUnit AMPERE_HOUR
public static final ElectricalChargeUnit KILOAMPERE_HOUR
public static final ElectricalChargeUnit MEGAAMPERE_HOUR
public static final ElectricalChargeUnit FARADAY
public static final ElectricalChargeUnit ATOMIC_UNIT
public static final ElectricalChargeUnit STATCOULOMB
public static final ElectricalChargeUnit FRANKLIN
public static final ElectricalChargeUnit ESU
public static final ElectricalChargeUnit ABCOULOMB
public static final ElectricalChargeUnit EMU
public ElectricalChargeUnit(ElectricalCurrentUnit electricalCurrentUnit, DurationUnit durationUnit, String name, String abbreviation, UnitSystem unitSystem)
electricalCurrentUnit
- the unit of electrical current for the electrical charge unit, e.g., AmperedurationUnit
- the unit of time for the electrical charge unit, e.g., secondname
- the long name of the unitabbreviation
- the abbreviation of the unitunitSystem
- the unit system, e.g. SI or Imperialpublic ElectricalChargeUnit(String name, String abbreviation, UnitSystem unitSystem, ElectricalChargeUnit referenceUnit, double scaleFactorToReferenceUnit)
name
- the long name of the unitabbreviation
- the abbreviation of the unitunitSystem
- the unit system, e.g. SI or ImperialreferenceUnit
- the unit to convert toscaleFactorToReferenceUnit
- multiply a value in this unit by the factor to convert to the given reference unitpublic final ElectricalCurrentUnit getElectricalCurrentUnit()
public final DurationUnit getDurationUnit()
public final ElectricalChargeUnit getStandardUnit()
getStandardUnit
in class Unit<ElectricalChargeUnit>
public final String getSICoefficientsString()
getSICoefficientsString
in class Unit<ElectricalChargeUnit>
Copyright © 2015–2018 Delft University of Technology. All rights reserved.