Uses of Enum Class
org.tquadrat.foundation.value.Power
Packages that use Power
-
Uses of Power in org.tquadrat.foundation.value
Methods in org.tquadrat.foundation.value that return PowerModifier and TypeMethodDescriptionfinal Power
Power.baseUnit()
Returns the base unit.static final Power
Returns thePower
instance for the given unit symbol.protected Power
PowerValueStringConverter.unitFromSymbol
(String symbol) Determines the unit instance from the given unit symbol.static Power
Returns the enum constant of this class with the specified name.static Power[]
Power.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 PowerModifier and TypeMethodDescriptionprotected final PowerValue
PowerValueStringConverter.createValue
(BigDecimal number, Power dimension) Creates an instance ofDimensionedValue
from the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type PowerModifierConstructorDescriptionPowerValue
(Power dimension, String value) Creates a newPowerValue
instance.PowerValue
(Power dimension, BigDecimal value) Creates a newPowerValue
instance.PowerValue
(Power dimension, N value) Creates a newPowerValue
instance.