Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPKeyStatus |
MAPKeyStatus.New
Reference to value of the constant new.
|
static MAPKeyStatus |
MAPKeyStatus.old
Reference to value of the constant old.
|
Modifier and Type | Method and Description |
---|---|
static MAPKeyStatus |
MAPKeyStatus.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
MAPKeyStatus |
MAPForwardAccessSignalling_Arg_v3.getKeyStatus()
Gets the value of the field keyStatus.
|
static MAPKeyStatus[] |
MAPKeyStatus.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
MAPForwardAccessSignalling_Arg_v3 |
MAPForwardAccessSignalling_Arg_v3.setKeyStatus(MAPKeyStatus value)
Sets the value of the field keyStatus.
|