OSMQ
v2.0.1

osmq.datatypes
Class Currency

java.lang.Object
  extended byjava.lang.Number
      extended byosmq.datatypes.Decimal
          extended byosmq.datatypes.Currency
All Implemented Interfaces:
java.io.Serializable

public class Currency
extends Decimal

An immutable data type representing Rate.

See Also:
Serialized Form

Constructor Summary
Currency()
           
Currency(Decimal value)
           
Currency(double value)
           
Currency(int value)
           
Currency(java.lang.String value)
           
 
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
 

Constructor Detail

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)
Method Detail

main

public static void main(java.lang.String[] args)

(c) 2000 - 2003 MQue Systems
All Rights Reserved