Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
static MAPTalkerPriority |
MAPTalkerPriority.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
MAPTalkerPriority |
MAPSendGroupCallInfoArg.getTalkerPriority()
Gets the value of the field talkerPriority.
|
MAPTalkerPriority |
MAPSendGroupCallEndSignalArg.getTalkerPriority()
Gets the value of the field talkerPriority.
|
MAPTalkerPriority |
MAPProcessGroupCallSignallingArg.getTalkerPriority()
Gets the value of the field talkerPriority.
|
MAPTalkerPriority |
MAPForwardGroupCallSignallingArg.getTalkerPriority()
Gets the value of the field talkerPriority.
|
static MAPTalkerPriority |
MAPTalkerPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPTalkerPriority[] |
MAPTalkerPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MAPSendGroupCallInfoArg |
MAPSendGroupCallInfoArg.setTalkerPriority(MAPTalkerPriority value)
Sets the value of the field talkerPriority.
|
MAPSendGroupCallEndSignalArg |
MAPSendGroupCallEndSignalArg.setTalkerPriority(MAPTalkerPriority value)
Sets the value of the field talkerPriority.
|
MAPProcessGroupCallSignallingArg |
MAPProcessGroupCallSignallingArg.setTalkerPriority(MAPTalkerPriority value)
Sets the value of the field talkerPriority.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setTalkerPriority(MAPTalkerPriority value)
Sets the value of the field talkerPriority.
|