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_VALIDATORThe validator for volumes.Methods in org.tquadrat.foundation.value that return VolumeModifier and TypeMethodDescriptionfinal VolumeVolume.baseUnit()Returns the base unit.static final VolumeReturns theVolumeinstance for the given unit symbol.protected VolumeVolumeValueStringConverter.unitFromSymbol(String symbol) Determines the unit instance from the given unit symbol.static VolumeReturns 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 VolumeValueVolumeValueStringConverter.createValue(BigDecimal number, Volume dimension) Creates an instance ofDimensionedValuefrom the given arguments.Constructors in org.tquadrat.foundation.value with parameters of type VolumeModifierConstructorDescriptionVolumeValue(Volume dimension, String value) Creates a newVolumeValueinstance.VolumeValue(Volume dimension, BigDecimal value) Creates a newVolumeValueinstance.VolumeValue(Volume dimension, N value) Creates a newVolumeValueinstance.VolumeValue(Volume dimension, AreaValue area, LengthValue height) Creates a newVolumeValueinstance.VolumeValue(Volume dimension, LengthValue length, LengthValue width, LengthValue height) Creates a newVolumeValueinstance.
