Class PreEmptionCapability
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.v960.PreEmptionCapability
-
- All Implemented Interfaces:
Serializable,Enumerated
public class PreEmptionCapability extends Object implements Serializable, Enumerated
Java class to represent the PreEmptionCapability enumerated type. Documentation from the relevant specification: The Pre-emption-Capability AVP (AVP code 1047) is of type Enumerated. The AVP defines whether a service data flow can get resources that were already assigned to another service data flow with a lower priority level- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_PRE_EMPTION_CAPABILITY_DISABLEDstatic int_PRE_EMPTION_CAPABILITY_ENABLEDstatic PreEmptionCapabilityPRE_EMPTION_CAPABILITY_DISABLEDstatic PreEmptionCapabilityPRE_EMPTION_CAPABILITY_ENABLED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreEmptionCapabilityfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_PRE_EMPTION_CAPABILITY_ENABLED
public static final int _PRE_EMPTION_CAPABILITY_ENABLED
- See Also:
- Constant Field Values
-
_PRE_EMPTION_CAPABILITY_DISABLED
public static final int _PRE_EMPTION_CAPABILITY_DISABLED
- See Also:
- Constant Field Values
-
PRE_EMPTION_CAPABILITY_ENABLED
public static final PreEmptionCapability PRE_EMPTION_CAPABILITY_ENABLED
-
PRE_EMPTION_CAPABILITY_DISABLED
public static final PreEmptionCapability PRE_EMPTION_CAPABILITY_DISABLED
-
-
Method Detail
-
fromInt
public static PreEmptionCapability 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
-
-