Uses of Class
org.jainslee.resources.diameter.rf.types.v710.Priority
-
Packages that use Priority Package Description org.jainslee.resources.diameter.rf.types.v710 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v7.1.0.
-
-
Uses of Priority in org.jainslee.resources.diameter.rf.types.v710
Fields in org.jainslee.resources.diameter.rf.types.v710 declared as Priority Modifier and Type Field Description static Priority
Priority. HIGH
static Priority
Priority. LOW
static Priority
Priority. NORMAL
Methods in org.jainslee.resources.diameter.rf.types.v710 that return Priority Modifier and Type Method Description static Priority
Priority. fromInt(int type)
Priority
MmsInformation. getPriority()
Returns the value of the Priority AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.v710 with parameters of type Priority Modifier and Type Method Description void
MmsInformation. setPriority(Priority priority)
Sets the value of the Priority AVP, of type Enumerated.
-