Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPAdditionalRoamingNotAllowedCause |
MAPAdditionalRoamingNotAllowedCause.supportedRAT_TypesNotAllowed
Reference to value of the constant supportedRAT_TypesNotAllowed.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
MAPRoamingNotAllowedParam |
MAPRoamingNotAllowedParam.setAdditionalRoamingNotAllowedCause(MAPAdditionalRoamingNotAllowedCause value)
Sets the value of the field additionalRoamingNotAllowedCause.
|