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_DISABLEDstatic int_PRE_EMPTION_VULNERABILITY_ENABLEDstatic PreEmptionVulnerabilityPRE_EMPTION_VULNERABILITY_DISABLEDstatic PreEmptionVulnerabilityPRE_EMPTION_VULNERABILITY_ENABLED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreEmptionVulnerabilityfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-