Uses of Class
com.opencloud.slee.resources.cgin.map.MAPAdditionalRoamingNotAllowedCause
-
Packages that use MAPAdditionalRoamingNotAllowedCause Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPAdditionalRoamingNotAllowedCause in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPAdditionalRoamingNotAllowedCause Modifier and Type Field Description static MAPAdditionalRoamingNotAllowedCause
MAPAdditionalRoamingNotAllowedCause. supportedRAT_TypesNotAllowed
Reference to value of the constant supportedRAT_TypesNotAllowed.Methods in com.opencloud.slee.resources.cgin.map that return MAPAdditionalRoamingNotAllowedCause Modifier and Type Method Description static MAPAdditionalRoamingNotAllowedCause
MAPAdditionalRoamingNotAllowedCause. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPAdditionalRoamingNotAllowedCause
MAPRoamingNotAllowedParam. getAdditionalRoamingNotAllowedCause()
Gets the value of the field additionalRoamingNotAllowedCause.static MAPAdditionalRoamingNotAllowedCause[]
MAPAdditionalRoamingNotAllowedCause. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPAdditionalRoamingNotAllowedCause Modifier and Type Method Description MAPRoamingNotAllowedParam
MAPRoamingNotAllowedParam. setAdditionalRoamingNotAllowedCause(MAPAdditionalRoamingNotAllowedCause value)
Sets the value of the field additionalRoamingNotAllowedCause.
-