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 PressurePressure.baseUnit()Returns the base unit.static final PressureReturns thePressureinstance for the given unit.protected PressurePressureValueStringConverter.unitFromSymbol(String symbol) Determines the unit instance from the given unit symbol.static PressureReturns 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 PressureValuePressureValueStringConverter.createValue(BigDecimal number, Pressure dimension) Creates an instance ofDimensionedValuefrom the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type PressureModifierConstructorDescriptionPressureValue(Pressure dimension, String value) Creates a newPressureValueinstance.PressureValue(Pressure dimension, BigDecimal value) Creates a newPressureValueinstance.PressureValue(Pressure dimension, N value) Creates a newPressureValueinstance.
