Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.CnOperatorSelectionEntity
-
Packages that use CnOperatorSelectionEntity Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of CnOperatorSelectionEntity in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as CnOperatorSelectionEntity Modifier and Type Field Description static CnOperatorSelectionEntity
CnOperatorSelectionEntity. SERVING_NETWORK_SELECTED_BY_NETWORK
static CnOperatorSelectionEntity
CnOperatorSelectionEntity. SERVING_NETWORK_SELECTED_BY_UE
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return CnOperatorSelectionEntity Modifier and Type Method Description static CnOperatorSelectionEntity
CnOperatorSelectionEntity. fromInt(int type)
CnOperatorSelectionEntity
PsInformation. getCnOperatorSelectionEntity()
Returns the value of the CN-Operator-Selection-Entity AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type CnOperatorSelectionEntity Modifier and Type Method Description void
PsInformation. setCnOperatorSelectionEntity(CnOperatorSelectionEntity cnOperatorSelectionEntity)
Sets the value of the CN-Operator-Selection-Entity AVP, of type Enumerated.
-