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