Class PccRuleStatus
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.PccRuleStatus
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class PccRuleStatus extends Object implements Serializable, Enumerated
Java class to represent the PccRuleStatus enumerated type. Documentation from the relevant specification: The PCC-Rule-Status AVP (AVP code 1019) is of type Enumerated, and describes the status of one or a group of PCC Rules.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ACTIVE
static int
_INACTIVE
static int
_TEMPORARY_INACTIVE
static PccRuleStatus
ACTIVE
static PccRuleStatus
INACTIVE
static PccRuleStatus
TEMPORARY_INACTIVE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PccRuleStatus
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_ACTIVE
public static final int _ACTIVE
- See Also:
- Constant Field Values
-
_INACTIVE
public static final int _INACTIVE
- See Also:
- Constant Field Values
-
_TEMPORARY_INACTIVE
public static final int _TEMPORARY_INACTIVE
- See Also:
- Constant Field Values
-
ACTIVE
public static final PccRuleStatus ACTIVE
-
INACTIVE
public static final PccRuleStatus INACTIVE
-
TEMPORARY_INACTIVE
public static final PccRuleStatus TEMPORARY_INACTIVE
-
-
Method Detail
-
fromInt
public static PccRuleStatus 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
-
-