Class PreEmptionVulnerability
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.PreEmptionVulnerability
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class PreEmptionVulnerability extends Object implements Serializable, Enumerated
Java class to represent the PreEmptionVulnerability enumerated type. Documentation from the relevant specification: The Pre-emption Vulnerability AVP (AVP code 1048) is of type Enumerated. The AVP defines whether a service data flow can lose the resources assigned to it in order to admit a service data flow with higher priority level- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_PRE_EMPTION_VULNERABILITY_DISABLED
static int
_PRE_EMPTION_VULNERABILITY_ENABLED
static PreEmptionVulnerability
PRE_EMPTION_VULNERABILITY_DISABLED
static PreEmptionVulnerability
PRE_EMPTION_VULNERABILITY_ENABLED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreEmptionVulnerability
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_PRE_EMPTION_VULNERABILITY_ENABLED
public static final int _PRE_EMPTION_VULNERABILITY_ENABLED
- See Also:
- Constant Field Values
-
_PRE_EMPTION_VULNERABILITY_DISABLED
public static final int _PRE_EMPTION_VULNERABILITY_DISABLED
- See Also:
- Constant Field Values
-
PRE_EMPTION_VULNERABILITY_ENABLED
public static final PreEmptionVulnerability PRE_EMPTION_VULNERABILITY_ENABLED
-
PRE_EMPTION_VULNERABILITY_DISABLED
public static final PreEmptionVulnerability PRE_EMPTION_VULNERABILITY_DISABLED
-
-
Method Detail
-
fromInt
public static PreEmptionVulnerability fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-