Uses of Class
com.opencloud.slee.resources.cgin.map.MAPTalkerPriority
-
Packages that use MAPTalkerPriority Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPTalkerPriority in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPTalkerPriority Modifier and Type Method Description static MAPTalkerPriorityMAPTalkerPriority. fromValue(int value)Returns the enumeration constant for a given ASN.1 encoded value.MAPTalkerPriorityMAPForwardGroupCallSignallingArg. getTalkerPriority()Gets the value of the field talkerPriority.MAPTalkerPriorityMAPProcessGroupCallSignallingArg. getTalkerPriority()Gets the value of the field talkerPriority.MAPTalkerPriorityMAPSendGroupCallEndSignalArg. getTalkerPriority()Gets the value of the field talkerPriority.MAPTalkerPriorityMAPSendGroupCallInfoArg. getTalkerPriority()Gets the value of the field talkerPriority.static MAPTalkerPriorityMAPTalkerPriority. 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.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPTalkerPriority Modifier and Type Method Description MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setTalkerPriority(MAPTalkerPriority value)Sets the value of the field talkerPriority.MAPProcessGroupCallSignallingArgMAPProcessGroupCallSignallingArg. setTalkerPriority(MAPTalkerPriority value)Sets the value of the field talkerPriority.MAPSendGroupCallEndSignalArgMAPSendGroupCallEndSignalArg. setTalkerPriority(MAPTalkerPriority value)Sets the value of the field talkerPriority.MAPSendGroupCallInfoArgMAPSendGroupCallInfoArg. setTalkerPriority(MAPTalkerPriority value)Sets the value of the field talkerPriority.
-