Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCallBarringCause
-
Packages that use MAPCallBarringCause Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPCallBarringCause in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPCallBarringCause Modifier and Type Method Description static MAPCallBarringCause
MAPCallBarringCause. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.MAPCallBarringCause
MAPCallBarredParam. getCallBarringCause()
Gets the value of the callBarringCause choice.MAPCallBarringCause
MAPExtensibleCallBarredParam. getCallBarringCause()
Gets the value of the field callBarringCause.static MAPCallBarringCause
MAPCallBarringCause. valueOf(String name)
Returns the enum constant of this type with the specified name.static MAPCallBarringCause[]
MAPCallBarringCause. 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 MAPCallBarringCause Modifier and Type Method Description MAPCallBarredParam
MAPCallBarredParam. setCallBarringCause(MAPCallBarringCause value)
Sets the value of the callBarringCause choice.MAPExtensibleCallBarredParam
MAPExtensibleCallBarredParam. setCallBarringCause(MAPCallBarringCause value)
Sets the value of the field callBarringCause.
-