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 MAPAdditionalRoamingNotAllowedCauseMAPAdditionalRoamingNotAllowedCause. supportedRAT_TypesNotAllowedReference to value of the constant supportedRAT_TypesNotAllowed.Methods in com.opencloud.slee.resources.cgin.map that return MAPAdditionalRoamingNotAllowedCause Modifier and Type Method Description static MAPAdditionalRoamingNotAllowedCauseMAPAdditionalRoamingNotAllowedCause. fromValue(int value)Finds or constructs an enumeration constant for the given numeric value.MAPAdditionalRoamingNotAllowedCauseMAPRoamingNotAllowedParam. 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 MAPRoamingNotAllowedParamMAPRoamingNotAllowedParam. setAdditionalRoamingNotAllowedCause(MAPAdditionalRoamingNotAllowedCause value)Sets the value of the field additionalRoamingNotAllowedCause.
-