Uses of Class
org.jainslee.resources.diameter.rf.types.vcb0.DynamicAddressFlagExtension
-
Packages that use DynamicAddressFlagExtension Package Description org.jainslee.resources.diameter.rf.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of DynamicAddressFlagExtension in org.jainslee.resources.diameter.rf.types.vcb0
Fields in org.jainslee.resources.diameter.rf.types.vcb0 declared as DynamicAddressFlagExtension Modifier and Type Field Description static DynamicAddressFlagExtension
DynamicAddressFlagExtension. DYNAMIC
static DynamicAddressFlagExtension
DynamicAddressFlagExtension. STATIC
Methods in org.jainslee.resources.diameter.rf.types.vcb0 that return DynamicAddressFlagExtension Modifier and Type Method Description static DynamicAddressFlagExtension
DynamicAddressFlagExtension. fromInt(int type)
DynamicAddressFlagExtension
PsInformation. getDynamicAddressFlagExtension()
Returns the value of the Dynamic-Address-Flag-Extension AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.vcb0 with parameters of type DynamicAddressFlagExtension Modifier and Type Method Description void
PsInformation. setDynamicAddressFlagExtension(DynamicAddressFlagExtension dynamicAddressFlagExtension)
Sets the value of the Dynamic-Address-Flag-Extension AVP, of type Enumerated.
-