Package com.storedobject.core
Class WeightOrVolume
java.lang.Object
com.storedobject.core.Quantity
com.storedobject.core.WeightOrVolume
- All Implemented Interfaces:
Storable
,Comparable<Quantity>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWeightOrVolume
(double value, MeasurementUnit unit) WeightOrVolume
(double value, String unit) WeightOrVolume
(BigDecimal value, MeasurementUnit unit) WeightOrVolume
(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 valueboolean
Determines whether the current unit represents a weight type.multiply
(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
-
WeightOrVolume
public WeightOrVolume() -
WeightOrVolume
-
WeightOrVolume
-
WeightOrVolume
-
WeightOrVolume
-
-
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. -
isWeightType
public boolean isWeightType()Determines whether the current unit represents a weight type.- Returns:
- true if the unit is either "kg" or "lbs", or false otherwise
-