dk.i1.diameter
Class AVP_Float64

Object
  extended by dk.i1.diameter.AVP
      extended by dk.i1.diameter.AVP_Float64

public class AVP_Float64
extends AVP

64-bit floating point AVP


Field Summary
 
Fields inherited from class dk.i1.diameter.AVP
code, vendor_id
 
Constructor Summary
AVP_Float64(AVP a)
           
AVP_Float64(int code, double value)
           
AVP_Float64(int code, int vendor_id, double value)
           
 
Method Summary
 double queryValue()
           
 void setValue(double value)
           
 
Methods inherited from class dk.i1.diameter.AVP
isMandatory, isPrivate, isVendorSpecific, queryPayload, setM, setMandatory, setPrivate
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVP_Float64

public AVP_Float64(AVP a)
            throws InvalidAVPLengthException
Throws:
InvalidAVPLengthException

AVP_Float64

public AVP_Float64(int code,
                   double value)

AVP_Float64

public AVP_Float64(int code,
                   int vendor_id,
                   double value)
Method Detail

setValue

public void setValue(double value)

queryValue

public double queryValue()