Uses of Class
com.opencloud.slee.resources.cgin.map.MAPRequestingNodeType
-
Packages that use MAPRequestingNodeType Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPRequestingNodeType in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPRequestingNodeType Modifier and Type Field Description static MAPRequestingNodeType
MAPRequestingNodeType. bsf
Reference to value of the constant bsf.static MAPRequestingNodeType
MAPRequestingNodeType. gan_aaa_server
Reference to value of the constant gan_aaa_server.static MAPRequestingNodeType
MAPRequestingNodeType. mme
Reference to value of the constant mme.static MAPRequestingNodeType
MAPRequestingNodeType. mme_sgsn
Reference to value of the constant mme_sgsn.static MAPRequestingNodeType
MAPRequestingNodeType. s_cscf
Reference to value of the constant s_cscf.static MAPRequestingNodeType
MAPRequestingNodeType. sgsn
Reference to value of the constant sgsn.static MAPRequestingNodeType
MAPRequestingNodeType. vlr
Reference to value of the constant vlr.static MAPRequestingNodeType
MAPRequestingNodeType. wlan_aaa_server
Reference to value of the constant wlan_aaa_server.Methods in com.opencloud.slee.resources.cgin.map that return MAPRequestingNodeType Modifier and Type Method Description static MAPRequestingNodeType
MAPRequestingNodeType. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPRequestingNodeType
MAPSendAuthenticationInfoArg_v3. getRequestingNodeType()
Gets the value of the field requestingNodeType.static MAPRequestingNodeType[]
MAPRequestingNodeType. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPRequestingNodeType Modifier and Type Method Description MAPSendAuthenticationInfoArg_v3
MAPSendAuthenticationInfoArg_v3. setRequestingNodeType(MAPRequestingNodeType value)
Sets the value of the field requestingNodeType.
-