Uses of Class
com.opencloud.slee.resources.cgin.map.MAPRoamingNotAllowedCause
-
Packages that use MAPRoamingNotAllowedCause Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPRoamingNotAllowedCause in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPRoamingNotAllowedCause Modifier and Type Method Description static MAPRoamingNotAllowedCauseMAPRoamingNotAllowedCause. fromValue(int value)Returns the enumeration constant for a given ASN.1 encoded value.MAPRoamingNotAllowedCauseMAPRoamingNotAllowedParSeq. getRoamingNotAllowedCause()Gets the value of the field roamingNotAllowedCause.static MAPRoamingNotAllowedCauseMAPRoamingNotAllowedCause. valueOf(String name)Returns the enum constant of this type with the specified name.static MAPRoamingNotAllowedCause[]MAPRoamingNotAllowedCause. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPRoamingNotAllowedCause Modifier and Type Method Description MAPRoamingNotAllowedParamMAPRoamingNotAllowedParam. setRoamingNotAllowedCause(MAPRoamingNotAllowedCause value)Sets the value of the field roamingNotAllowedCause.MAPRoamingNotAllowedParSeqMAPRoamingNotAllowedParSeq. setRoamingNotAllowedCause(MAPRoamingNotAllowedCause value)Sets the value of the field roamingNotAllowedCause.Constructors in com.opencloud.slee.resources.cgin.map with parameters of type MAPRoamingNotAllowedCause Constructor Description MAPRoamingNotAllowedParSeq(MAPRoamingNotAllowedCause RoamingNotAllowedCause_param)Constructs an object from given values for all fields.
-