Uses of Enum Class
org.tquadrat.foundation.value.Pressure
Packages that use Pressure
-
Uses of Pressure in org.tquadrat.foundation.value
Subclasses with type arguments of type Pressure in org.tquadrat.foundation.valueModifier and TypeClassDescriptionenumThe various instances of pressure.final classA value class for pressure values.classThe implementation ofStringConverterforPressureValueinstances.Methods in org.tquadrat.foundation.value that return PressureModifier and TypeMethodDescriptionfinal PressurePressure.baseUnit()static final PressureReturns thePressureinstance for the given unit.protected PressurePressureValueStringConverter.unitFromSymbol(String 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) 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.<N extends Number>PressureValue(Pressure dimension, N value) Creates a newPressureValueinstance.
