Class PocChangeCondition
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.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_PARTICIPANTS
static int
_NUMBER_OF_TALK_BURST_LIMIT
static int
_SERVICE_CHANGE
static int
_TARIFF_TIME
static int
_TIME_LIMIT
static int
_VOLUME_LIMIT
static PocChangeCondition
NUMBER_OF_ACTIVE_PARTICIPANTS
static PocChangeCondition
NUMBER_OF_TALK_BURST_LIMIT
static PocChangeCondition
SERVICE_CHANGE
static PocChangeCondition
TARIFF_TIME
static PocChangeCondition
TIME_LIMIT
static PocChangeCondition
VOLUME_LIMIT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PocChangeCondition
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
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:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-