Class PocChangeCondition
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.PocChangeCondition
-
- All Implemented Interfaces:
Serializable,Enumerated
public class PocChangeCondition extends Object implements Serializable, Enumerated
Java class to represent the PocChangeCondition enumerated type. Documentation from the relevant specification: The PoC-Change-Condition AVP (AVP code 1261) is of type Enumerated and contains the reason for closing a container and the addition of a new container.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_NUMBER_OF_ACTIVE_PARTICIPANTSstatic int_NUMBER_OF_TALK_BURST_LIMITstatic int_SERVICE_CHANGEstatic int_TARIFF_TIMEstatic int_TIME_LIMITstatic int_VOLUME_LIMITstatic PocChangeConditionNUMBER_OF_ACTIVE_PARTICIPANTSstatic PocChangeConditionNUMBER_OF_TALK_BURST_LIMITstatic PocChangeConditionSERVICE_CHANGEstatic PocChangeConditionTARIFF_TIMEstatic PocChangeConditionTIME_LIMITstatic PocChangeConditionVOLUME_LIMIT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PocChangeConditionfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_SERVICE_CHANGE
public static final int _SERVICE_CHANGE
- See Also:
- Constant Field Values
-
_VOLUME_LIMIT
public static final int _VOLUME_LIMIT
- See Also:
- Constant Field Values
-
_TIME_LIMIT
public static final int _TIME_LIMIT
- See Also:
- Constant Field Values
-
_NUMBER_OF_TALK_BURST_LIMIT
public static final int _NUMBER_OF_TALK_BURST_LIMIT
- See Also:
- Constant Field Values
-
_NUMBER_OF_ACTIVE_PARTICIPANTS
public static final int _NUMBER_OF_ACTIVE_PARTICIPANTS
- See Also:
- Constant Field Values
-
_TARIFF_TIME
public static final int _TARIFF_TIME
- See Also:
- Constant Field Values
-
SERVICE_CHANGE
public static final PocChangeCondition SERVICE_CHANGE
-
VOLUME_LIMIT
public static final PocChangeCondition VOLUME_LIMIT
-
TIME_LIMIT
public static final PocChangeCondition TIME_LIMIT
-
NUMBER_OF_TALK_BURST_LIMIT
public static final PocChangeCondition NUMBER_OF_TALK_BURST_LIMIT
-
NUMBER_OF_ACTIVE_PARTICIPANTS
public static final PocChangeCondition NUMBER_OF_ACTIVE_PARTICIPANTS
-
TARIFF_TIME
public static final PocChangeCondition TARIFF_TIME
-
-
Method Detail
-
fromInt
public static PocChangeCondition 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
-
-