Uses of Enum Class
org.tquadrat.foundation.value.Energy
Packages that use Energy
-
Uses of Energy in org.tquadrat.foundation.value
Subclasses with type arguments of type Energy in org.tquadrat.foundation.valueModifier and TypeClassDescriptionenumThe various instances of energy …final classA value class for energy values.classThe implementation ofStringConverterforEnergyValueinstances.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.<N extends Number>EnergyValue(Energy dimension, N value) Creates a newEnergyValueinstance.
