public class MoneyPerEnergyUnit extends LinearUnit<MoneyPerEnergyUnit>
Copyright (c) 2015-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2016-05-28 14:25:52 +0200 (Sat, 28 May 2016) $, @version $Revision: 202 $, by $Author: averbraeck $,
initial version Sep 5, 2015
| Modifier and Type | Field and Description |
|---|---|
static MoneyPerEnergyUnit |
EUR_PER_KILOWATTHOUR
Euro per kWh.
|
static MoneyPerEnergyUnit |
EUR_PER_MEGAJOULE
Euro per MJ.
|
static MoneyPerEnergyUnit |
EUR_PER_MEGAWATTHOUR
Euro per MWh.
|
static MoneyPerEnergyUnit |
USD_PER_KILOWATTHOUR
US$ per kWh.
|
static MoneyPerEnergyUnit |
USD_PER_MEGAJOULE
US$ per MJ.
|
static MoneyPerEnergyUnit |
USD_PER_MEGAWATTHOUR
US$ per MWh.
|
scale, STANDARD_UNITS| Constructor and Description |
|---|
MoneyPerEnergyUnit(MoneyUnit moneyUnit,
EnergyUnit energyUnit,
String name,
String abbreviation)
Build a user-defined money per energy unit from a money unit and an energy unit.
|
MoneyPerEnergyUnit(String name,
String abbreviation,
MoneyPerEnergyUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined MoneyPerEnergyUnitit with a conversion factor to another MoneyPerEnergyUnit.
|
| Modifier and Type | Method and Description |
|---|---|
EnergyUnit |
getEnergyUnit() |
MoneyUnit |
getMoneyUnit() |
String |
getSICoefficientsString() |
static MoneyPerEnergyUnit |
getStandardMoneyPerEnergyUnit() |
MoneyPerEnergyUnit |
getStandardUnit() |
protected static void |
setStandardUnit(MoneyUnit standardMoneyUnit)
Set the standard MoneyPerEnergyUnit in case the standard MoneyUnit changes, as the standard money unit is flexible.
|
getConversionFactorToStandardUnit, getScaleequals, getAbbreviation, getAbbreviationKey, getAllUnitsOfThisType, getName, getNameKey, getSICoefficients, getUnits, getUnitSystem, hashCode, isLocalizable, lookupOrCreateSIUnitWithSICoefficients, lookupOrCreateUnitWithSICoefficients, lookupUnitWithSICoefficients, toStringpublic static final MoneyPerEnergyUnit EUR_PER_KILOWATTHOUR
public static final MoneyPerEnergyUnit EUR_PER_MEGAWATTHOUR
public static final MoneyPerEnergyUnit EUR_PER_MEGAJOULE
public static final MoneyPerEnergyUnit USD_PER_KILOWATTHOUR
public static final MoneyPerEnergyUnit USD_PER_MEGAWATTHOUR
public static final MoneyPerEnergyUnit USD_PER_MEGAJOULE
public MoneyPerEnergyUnit(MoneyUnit moneyUnit, EnergyUnit energyUnit, String name, String abbreviation)
moneyUnit - the unit of money for the money per energy unit, e.g., EURenergyUnit - the unit of energy for the money per energy unit, e.g., kWhname - the key to the locale file for the long name of the unitabbreviation - the key to the locale file for the abbreviation of the unitpublic MoneyPerEnergyUnit(String name, String abbreviation, MoneyPerEnergyUnit referenceUnit, double conversionFactorToReferenceUnit)
name - the long name of the unitabbreviation - the abbreviation of the unitreferenceUnit - the unit to convert toconversionFactorToReferenceUnit - multiply a value in this unit by the factor to convert to the given reference unitpublic final MoneyUnit getMoneyUnit()
public final EnergyUnit getEnergyUnit()
protected static void setStandardUnit(MoneyUnit standardMoneyUnit)
standardMoneyUnit - the new standard money unit.public final MoneyPerEnergyUnit getStandardUnit()
getStandardUnit in class Unit<MoneyPerEnergyUnit>public static MoneyPerEnergyUnit getStandardMoneyPerEnergyUnit()
public final String getSICoefficientsString()
getSICoefficientsString in class Unit<MoneyPerEnergyUnit>Copyright © 2015–2016 Delft University of Technology. All rights reserved.