OSMQ
v2.0.1

osmq.datatypes
Class Rate

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

public class Rate
extends Decimal

An immutable data type representing Rate.

See Also:
Serialized Form

Constructor Summary
Rate()
           
Rate(Decimal value)
           
Rate(double value)
           
Rate(int value)
           
Rate(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

Rate

public Rate()

Rate

public Rate(Decimal value)

Rate

public Rate(double value)

Rate

public Rate(int value)

Rate

public Rate(java.lang.String value)
Method Detail

main

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

(c) 2000 - 2003 MQue Systems
All Rights Reserved