osmq.datatypes
Class Rate
java.lang.Object
java.lang.Number
osmq.datatypes.Decimal
osmq.datatypes.Rate
- All Implemented Interfaces:
- java.io.Serializable
- public class Rate
- 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 |
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)
main
public static void main(java.lang.String[] args)