Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.PreEmptionCapability
-
Packages that use PreEmptionCapability Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of PreEmptionCapability in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as PreEmptionCapability Modifier and Type Field Description static PreEmptionCapability
PreEmptionCapability. PRE_EMPTION_CAPABILITY_DISABLED
static PreEmptionCapability
PreEmptionCapability. PRE_EMPTION_CAPABILITY_ENABLED
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return PreEmptionCapability Modifier and Type Method Description static PreEmptionCapability
PreEmptionCapability. fromInt(int type)
PreEmptionCapability
AllocationRetentionPriority. getPreEmptionCapability()
Returns the value of the Pre-emption-Capability AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type PreEmptionCapability Modifier and Type Method Description void
AllocationRetentionPriority. setPreEmptionCapability(PreEmptionCapability preEmptionCapability)
Sets the value of the Pre-emption-Capability AVP, of type Enumerated.
-