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 EnergyEnergy.baseUnit()Returns the base unit.static final EnergyReturns theEnergyinstance for the given unit symbol.protected EnergyEnergyValueStringConverter.unitFromSymbol(String symbol) Determines the unit instance from the given unit symbol.static EnergyReturns 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 EnergyValueEnergyValueStringConverter.createValue(BigDecimal number, Energy dimension) Creates an instance ofDimensionedValuefrom the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type EnergyModifierConstructorDescriptionEnergyValue(Energy dimension, String value) Creates a newEnergyValueinstance.EnergyValue(Energy dimension, BigDecimal value) Creates a newEnergyValueinstance.EnergyValue(Energy dimension, N value) Creates a newEnergyValueinstance.
