Class ChargingCorrelationIndicator
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vb90.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_REQUIREDstatic ChargingCorrelationIndicatorCHARGING_IDENTIFIER_REQUIRED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChargingCorrelationIndicatorfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-