Class ChargingCorrelationIndicator
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.ChargingCorrelationIndicator
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ChargingCorrelationIndicator extends Object implements Serializable, Enumerated
Java class to represent the ChargingCorrelationIndicator enumerated type. Documentation from the relevant specification: The Charging-Correlation-Indicator AVP (AVP code 1073) is of type Enumerated. If the Charging-Correlation-Indicator AVP is included within a Charging-Rule-Install AVP it indicates that the Access- Network-Charging-Identifier-Gx AVP assigned to the dynamic PCC rules need to be provided.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_CHARGING_IDENTIFIER_REQUIRED
static ChargingCorrelationIndicator
CHARGING_IDENTIFIER_REQUIRED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChargingCorrelationIndicator
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_CHARGING_IDENTIFIER_REQUIRED
public static final int _CHARGING_IDENTIFIER_REQUIRED
- See Also:
- Constant Field Values
-
CHARGING_IDENTIFIER_REQUIRED
public static final ChargingCorrelationIndicator CHARGING_IDENTIFIER_REQUIRED
-
-
Method Detail
-
fromInt
public static ChargingCorrelationIndicator 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
-
-