Uses of Class
org.jainslee.resources.diameter.rf.types.vb80.NniType
-
Packages that use NniType Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of NniType in org.jainslee.resources.diameter.rf.types.vb80
Fields in org.jainslee.resources.diameter.rf.types.vb80 declared as NniType Modifier and Type Field Description static NniType
NniType. NON_ROAMING
static NniType
NniType. ROAMING_WITH_LOOPBACK
static NniType
NniType. ROAMING_WITHOUT_LOOPBACK
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return NniType Modifier and Type Method Description static NniType
NniType. fromInt(int type)
NniType
NniInformation. getNniType()
Returns the value of the NNI-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type NniType Modifier and Type Method Description void
NniInformation. setNniType(NniType nniType)
Sets the value of the NNI-Type AVP, of type Enumerated.
-