dk.i1.diameter
Class AVP_Float32

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

public class AVP_Float32
extends AVP

32-bit floating point AVP


Field Summary
 
Fields inherited from class dk.i1.diameter.AVP
code, vendor_id
 
Constructor Summary
AVP_Float32(AVP a)
           
AVP_Float32(int code, float value)
           
AVP_Float32(int code, int vendor_id, float value)
           
 
Method Summary
 float queryValue()
           
 void setValue(float 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_Float32

public AVP_Float32(AVP a)
            throws InvalidAVPLengthException
Throws:
InvalidAVPLengthException

AVP_Float32

public AVP_Float32(int code,
                   float value)

AVP_Float32

public AVP_Float32(int code,
                   int vendor_id,
                   float value)
Method Detail

setValue

public void setValue(float value)

queryValue

public float queryValue()