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 PowerPower.baseUnit()Returns the base unit.static final PowerReturns thePowerinstance for the given unit symbol.protected PowerPowerValueStringConverter.unitFromSymbol(String symbol) Determines the unit instance from the given unit symbol.static PowerReturns 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 PowerValuePowerValueStringConverter.createValue(BigDecimal number, Power dimension) Creates an instance ofDimensionedValuefrom the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type PowerModifierConstructorDescriptionPowerValue(Power dimension, String value) Creates a newPowerValueinstance.PowerValue(Power dimension, BigDecimal value) Creates a newPowerValueinstance.PowerValue(Power dimension, N value) Creates a newPowerValueinstance.
