Uses of Enum Class
org.tquadrat.foundation.value.Volume
Packages that use Volume
-
Uses of Volume in org.tquadrat.foundation.value
Fields in org.tquadrat.foundation.value with type parameters of type VolumeModifier and TypeFieldDescriptionprivate static final BiPredicate
<Volume, BigDecimal> VolumeValue.VOLUME_VALIDATOR
The validator for volumes.Methods in org.tquadrat.foundation.value that return VolumeModifier and TypeMethodDescriptionfinal Volume
Volume.baseUnit()
Returns the base unit.static final Volume
Returns theVolume
instance for the given unit symbol.protected Volume
VolumeValueStringConverter.unitFromSymbol
(String symbol) Determines the unit instance from the given unit symbol.static Volume
Returns the enum constant of this class with the specified name.static Volume[]
Volume.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 VolumeModifier and TypeMethodDescriptionprotected final VolumeValue
VolumeValueStringConverter.createValue
(BigDecimal number, Volume dimension) Creates an instance ofDimensionedValue
from the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type VolumeModifierConstructorDescriptionVolumeValue
(Volume dimension, String value) Creates a newVolumeValue
instance.VolumeValue
(Volume dimension, BigDecimal value) Creates a newVolumeValue
instance.VolumeValue
(Volume dimension, N value) Creates a newVolumeValue
instance.VolumeValue
(Volume dimension, AreaValue area, LengthValue height) Creates a newVolumeValue
instance.VolumeValue
(Volume dimension, LengthValue length, LengthValue width, LengthValue height) Creates a newVolumeValue
instance.