Uses of Class
com.ibm.diameter.packet.AvpABNF

Packages that use AvpABNF
com.ibm.diameter.packet   
 

Uses of AvpABNF in com.ibm.diameter.packet
 

Methods in com.ibm.diameter.packet that return AvpABNF
 AvpABNF AvpDefinition.getAvpABNF()
          Returns the instance of AvpABNF that defines the format of this grouped Avp.
 

Constructors in com.ibm.diameter.packet with parameters of type AvpABNF
AvpDefinition(int avpCode, java.lang.String avpName, int avpType, AvpValueUtil avpValueUtil, AvpValidatorUtil avpValidatorUtil, AvpABNF avpABNF, boolean vBit, boolean mBit, boolean pBit)
          Creates an AVP definition that explains the format of the AVP.
VsAvpDefinition(int avpCode, java.lang.String avpName, int avpType, AvpValueUtil avpValueUtil, AvpValidatorUtil avpValidatorUtil, AvpABNF avpABNF, int avpVendorId, boolean vBit, boolean mBit, boolean pBit)
          Creates an AVP definition that explains the format of the AVP.
 



Copyright © 2006 IBM Corp. All Rights Reserved.