Uses of Enum Class
org.tquadrat.foundation.value.Energy
Packages that use Energy
-
Uses of Energy in org.tquadrat.foundation.value
Methods in org.tquadrat.foundation.value that return EnergyModifier and TypeMethodDescriptionfinal Energy
Energy.baseUnit()
Returns the base unit.static final Energy
Returns theEnergy
instance for the given unit symbol.protected Energy
EnergyValueStringConverter.unitFromSymbol
(String symbol) Determines the unit instance from the given unit symbol.static Energy
Returns the enum constant of this class with the specified name.static Energy[]
Energy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.value with parameters of type EnergyModifier and TypeMethodDescriptionprotected final EnergyValue
EnergyValueStringConverter.createValue
(BigDecimal number, Energy dimension) Creates an instance ofDimensionedValue
from the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type EnergyModifierConstructorDescriptionEnergyValue
(Energy dimension, String value) Creates a newEnergyValue
instance.EnergyValue
(Energy dimension, BigDecimal value) Creates a newEnergyValue
instance.EnergyValue
(Energy dimension, N value) Creates a newEnergyValue
instance.