Uses of Enum Class
org.tquadrat.foundation.value.Temperature
Packages that use Temperature
-
Uses of Temperature in org.tquadrat.foundation.value
Fields in org.tquadrat.foundation.value with type parameters of type TemperatureModifier and TypeFieldDescriptionprivate static final BiPredicate
<Temperature, BigDecimal> TemperatureValue.TEMPERATURE_VALIDATOR
The validator for temperatures.Methods in org.tquadrat.foundation.value that return TemperatureModifier and TypeMethodDescriptionfinal Temperature
Temperature.baseUnit()
Returns the base unit.static final Temperature
Returns theTemperature
instance for the given unit symbol.protected Temperature
TemperatureValueStringConverter.unitFromSymbol
(String symbol) Determines the unit instance from the given unit symbol.static Temperature
Returns the enum constant of this class with the specified name.static Temperature[]
Temperature.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 TemperatureModifier and TypeMethodDescriptionprotected final TemperatureValue
TemperatureValueStringConverter.createValue
(BigDecimal number, Temperature dimension) Creates an instance ofDimensionedValue
from the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type TemperatureModifierConstructorDescriptionTemperatureValue
(Temperature dimension, String value) Creates a newTemperatureValue
instance.TemperatureValue
(Temperature dimension, BigDecimal value) Creates a newTemperatureValue
instance.TemperatureValue
(Temperature dimension, N value) Creates a newLengthValue
instance.