Uses of Class
rs.baselib.type.MonetaryValue
| Package | Description |
|---|---|
| rs.baselib.type |
Commonly used data types.
|
-
Uses of MonetaryValue in rs.baselib.type
Fields in rs.baselib.type declared as MonetaryValue Modifier and Type Field Description static MonetaryValueMonetaryValue. ZERO0Methods in rs.baselib.type that return MonetaryValue Modifier and Type Method Description MonetaryValueMonetaryValue. add(double value)Adds another value to this objectMonetaryValueMonetaryValue. add(int value)Adds another value to this objectMonetaryValueMonetaryValue. add(long value)Adds another value to this objectMonetaryValueMonetaryValue. add(java.lang.CharSequence value)Adds another value to this objectMonetaryValueMonetaryValue. add(java.math.BigDecimal value)Adds another value to this objectMonetaryValueMonetaryValue. add(java.math.BigInteger value)Adds another value to this objectMonetaryValueMonetaryValue. add(MonetaryValue value)Adds another value to this objectMonetaryValueMonetaryValue. divide(double value)Divides this object by another value.MonetaryValueMonetaryValue. divide(int value)Divides this object by another value.MonetaryValueMonetaryValue. divide(long value)Divides this object by another value.MonetaryValueMonetaryValue. divide(java.lang.CharSequence value)Divides this object by another value.MonetaryValueMonetaryValue. divide(java.math.BigDecimal value)Divides this object by another value.MonetaryValueMonetaryValue. divide(java.math.BigInteger value)Divides this object by another value.MonetaryValueMonetaryValue. multiply(double value)Multiplies another value with this object.MonetaryValueMonetaryValue. multiply(int value)Multiplies another value with this object.MonetaryValueMonetaryValue. multiply(long value)Multiplies another value with this object.MonetaryValueMonetaryValue. multiply(java.lang.CharSequence value)Multiplies another value with this object.MonetaryValueMonetaryValue. multiply(java.math.BigDecimal value)Multiplies another value with this object.MonetaryValueMonetaryValue. multiply(java.math.BigInteger value)Multiplies another value with this object.MonetaryValueMonetaryValue. negate()Negates this value.MonetaryValueMonetaryValue. subtract(double value)Subtracts another value from this object.MonetaryValueMonetaryValue. subtract(int value)Subtracts another value from this object.MonetaryValueMonetaryValue. subtract(long value)Subtracts another value from this object.MonetaryValueMonetaryValue. subtract(java.lang.CharSequence value)Subtracts another value from this object.MonetaryValueMonetaryValue. subtract(java.math.BigDecimal value)Subtracts another value from this object.MonetaryValueMonetaryValue. subtract(java.math.BigInteger value)Subtracts another value from this object.MonetaryValueMonetaryValue. subtract(MonetaryValue value)Subtracts another value from this object.Methods in rs.baselib.type with parameters of type MonetaryValue Modifier and Type Method Description MonetaryValueMonetaryValue. add(MonetaryValue value)Adds another value to this objectintMonetaryValue. compareTo(MonetaryValue o)java.math.BigDecimalMonetaryValue. divide(MonetaryValue value)Divides this object by another value.MonetaryValueMonetaryValue. subtract(MonetaryValue value)Subtracts another value from this object.Constructors in rs.baselib.type with parameters of type MonetaryValue Constructor Description MonetaryValue(MonetaryValue value)Constructor.