Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.LowPriorityIndicator
-
Packages that use LowPriorityIndicator Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of LowPriorityIndicator in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as LowPriorityIndicator Modifier and Type Field Description static LowPriorityIndicator
LowPriorityIndicator. NO
static LowPriorityIndicator
LowPriorityIndicator. YES
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return LowPriorityIndicator Modifier and Type Method Description static LowPriorityIndicator
LowPriorityIndicator. fromInt(int type)
LowPriorityIndicator
PsInformation. getLowPriorityIndicator()
Returns the value of the Low-Priority-Indicator AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type LowPriorityIndicator Modifier and Type Method Description void
PsInformation. setLowPriorityIndicator(LowPriorityIndicator lowPriorityIndicator)
Sets the value of the Low-Priority-Indicator AVP, of type Enumerated.
-