Uses of Class
org.jainslee.resources.diameter.gx.types.vb90.PreEmptionVulnerability
-
Packages that use PreEmptionVulnerability Package Description org.jainslee.resources.diameter.gx.types.vb90 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types. -
-
Uses of PreEmptionVulnerability in org.jainslee.resources.diameter.gx.types.vb90
Fields in org.jainslee.resources.diameter.gx.types.vb90 declared as PreEmptionVulnerability Modifier and Type Field Description static PreEmptionVulnerability
PreEmptionVulnerability. PRE_EMPTION_VULNERABILITY_DISABLED
static PreEmptionVulnerability
PreEmptionVulnerability. PRE_EMPTION_VULNERABILITY_ENABLED
Methods in org.jainslee.resources.diameter.gx.types.vb90 that return PreEmptionVulnerability Modifier and Type Method Description static PreEmptionVulnerability
PreEmptionVulnerability. fromInt(int type)
PreEmptionVulnerability
AllocationRetentionPriority. getPreEmptionVulnerability()
Returns the value of the Pre-emption-Vulnerability AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.vb90 with parameters of type PreEmptionVulnerability Modifier and Type Method Description void
AllocationRetentionPriority. setPreEmptionVulnerability(PreEmptionVulnerability preEmptionVulnerability)
Sets the value of the Pre-emption-Vulnerability AVP, of type Enumerated.
-