osmq.datatypes
Class Currency
java.lang.Object
java.lang.Number
osmq.datatypes.Decimal
osmq.datatypes.Currency
- All Implemented Interfaces:
- java.io.Serializable
- public class Currency
- extends Decimal
An immutable data type representing Rate.
- See Also:
- Serialized Form
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class osmq.datatypes.Decimal |
add, add, dividedBy, doubleValue, equals, floatValue, getDouble, getFormattedString, getInt, getString, greaterThan, intValue, lessThan, longValue, notEqual, subtract, subtract, times, toString |
Methods inherited from class java.lang.Number |
byteValue, shortValue |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Currency
public Currency()
Currency
public Currency(Decimal value)
Currency
public Currency(double value)
Currency
public Currency(int value)
Currency
public Currency(java.lang.String value)
main
public static void main(java.lang.String[] args)