Uses of Interface
org.jainslee.resources.diameter.gx.types.va10.AreaScope
-
Packages that use AreaScope Package Description org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.va10 -
-
Uses of AreaScope in org.jainslee.resources.diameter.gx.types.va10
Methods in org.jainslee.resources.diameter.gx.types.va10 that return AreaScope Modifier and Type Method Description AreaScope
MdtConfiguration. getAreaScope()
Returns the value of the Area-Scope AVP, of type Grouped.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type AreaScope Modifier and Type Method Description void
MdtConfiguration. setAreaScope(AreaScope areaScope)
Sets the value of the Area-Scope AVP, of type Grouped. -
Uses of AreaScope in org.jainslee.resources.diameter.gx.va10
Methods in org.jainslee.resources.diameter.gx.va10 that return AreaScope Modifier and Type Method Description AreaScope
MessageFactory. createAreaScope()
Create an empty AreaScope (Grouped AVP) instance.
-