org.apache.qpid.proton.amqp
Class Decimal32
java.lang.Object
java.lang.Number
org.apache.qpid.proton.amqp.Decimal32
- All Implemented Interfaces:
- Serializable
public final class Decimal32
- extends Number
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Decimal32
public Decimal32(BigDecimal underlying)
Decimal32
public Decimal32(int bits)
intValue
public int intValue()
- Specified by:
intValue in class Number
longValue
public long longValue()
- Specified by:
longValue in class Number
floatValue
public float floatValue()
- Specified by:
floatValue in class Number
doubleValue
public double doubleValue()
- Specified by:
doubleValue in class Number
getBits
public int getBits()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.