Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
static MAPProcedureCancellationReason |
MAPProcedureCancellationReason.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
MAPProcedureCancellationReason |
MAPMAP_UserAbortChoice.getApplicationProcedureCancellation()
Gets the value of the applicationProcedureCancellation choice.
|
static MAPProcedureCancellationReason |
MAPProcedureCancellationReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPProcedureCancellationReason[] |
MAPProcedureCancellationReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MAPMAP_UserAbortChoice |
MAPMAP_UserAbortChoice.setApplicationProcedureCancellation(MAPProcedureCancellationReason value)
Sets the value of the applicationProcedureCancellation choice.
|