Uses of Enum Class
org.tquadrat.foundation.value.Power
Packages that use Power
-
Uses of Power in org.tquadrat.foundation.value
Subclasses with type arguments of type Power in org.tquadrat.foundation.valueModifier and TypeClassDescriptionenumThe various instances of power …final classA value class for Powers.classThe implementation ofStringConverterforPowerValueinstances.Methods in org.tquadrat.foundation.value that return PowerModifier and TypeMethodDescriptionfinal PowerPower.baseUnit()static final PowerReturns thePowerinstance for the given unit symbol.protected PowerPowerValueStringConverter.unitFromSymbol(String 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) 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.<N extends Number>PowerValue(Power dimension, N value) Creates a newPowerValueinstance.
