Package com.storedobject.core
Class VolumeRate
java.lang.Object
com.storedobject.core.Quantity
com.storedobject.core.VolumeRate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVolumeRate
(double value, MeasurementUnit unit) VolumeRate
(double value, String unit) VolumeRate
(BigDecimal value, MeasurementUnit unit) VolumeRate
(BigDecimal value, String unit) -
Method Summary
Modifier and TypeMethodDescriptionabsolute()
Absolute value of this quantity.Add quantityAdd quantity valueadd
(BigDecimal quantity) Add quantitydivide
(double divisor) Divide the quantity with a valuedivide
(BigDecimal divisor) Divide the quantity with a valuemultiply
(double multiplicand) Multiplymultiply
(BigDecimal multiplicand) Multiplynegate()
Reverses the sign of this quantitySubtract quantitySubtract quantitysubtract
(BigDecimal quantity) Subtract quantityzero()
Create a quantity of this type with zero value.Methods inherited from class com.storedobject.core.Quantity
canConvert, canConvert, canConvert, canConvert, compareTo, convert, convert, convert, convert, convertValue, create, create, create, create, create, create, create, create, create, create, create, create, divide, equals, equalsWhenZero, getClass, getStorableValue, getType, getTypeName, getUnit, getUnit, getUnit, getValue, hashCode, isCompatible, isConvertible, isConvertible, isGreaterThan, isGreaterThan, isGreaterThanOrEqual, isGreaterThanOrEqual, isLessThan, isLessThan, isLessThanOrEqual, isLessThanOrEqual, isNegative, isPositive, isZero, multiply, quantityTypes, round, setUnit, setUnit, sum, toString, toString, toString, toString, types
-
Field Details
-
defaultUnit
-
-
Constructor Details
-
VolumeRate
public VolumeRate() -
VolumeRate
-
VolumeRate
-
VolumeRate
-
VolumeRate
-
-
Method Details
-
zero
Create a quantity of this type with zero value. -
add
Add quantity value -
add
Add quantity -
add
Add quantity -
subtract
Subtract quantity -
subtract
Subtract quantity -
subtract
Subtract quantity -
multiply
Multiply -
multiply
Multiply -
divide
Divide the quantity with a value -
divide
Divide the quantity with a value -
negate
Reverses the sign of this quantity -
absolute
Absolute value of this quantity.
-