Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
static MAPCUG_RejectCause |
MAPCUG_RejectCause.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
MAPCUG_RejectCause |
MAPCug_RejectParSeq.getCug_RejectCause()
Gets the value of the field cug-RejectCause.
|
static MAPCUG_RejectCause |
MAPCUG_RejectCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPCUG_RejectCause[] |
MAPCUG_RejectCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MAPCug_RejectParSeq |
MAPCug_RejectParSeq.setCug_RejectCause(MAPCUG_RejectCause value)
Sets the value of the field cug-RejectCause.
|
MAPCUG_RejectParam |
MAPCUG_RejectParam.setCug_RejectCause(MAPCUG_RejectCause value)
Sets the value of the field cug-RejectCause.
|
Constructor and Description |
---|
MAPCug_RejectParSeq(MAPCUG_RejectCause Cug_RejectCause_param)
Constructs an object from given values for all fields.
|