Class OnlineChargingFlag
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.v960.OnlineChargingFlag
-
- All Implemented Interfaces:
Serializable,Enumerated
public class OnlineChargingFlag extends Object implements Serializable, Enumerated
Java class to represent the OnlineChargingFlag enumerated type. Documentation from the relevant specification: The Online-Charging-Flag AVP (AVP code 2303) is of type Enumerated and indicates the Online Charging Request was sent based on the provided ECF address from the SIP P-header “P-Charging-Function-Addresses”. It has the following values:- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_ECF_ADDRESS_NOT_PROVIDEDstatic int_ECF_ADDRESS_PROVIDEDstatic OnlineChargingFlagECF_ADDRESS_NOT_PROVIDEDstatic OnlineChargingFlagECF_ADDRESS_PROVIDED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OnlineChargingFlagfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_ECF_ADDRESS_NOT_PROVIDED
public static final int _ECF_ADDRESS_NOT_PROVIDED
- See Also:
- Constant Field Values
-
_ECF_ADDRESS_PROVIDED
public static final int _ECF_ADDRESS_PROVIDED
- See Also:
- Constant Field Values
-
ECF_ADDRESS_NOT_PROVIDED
public static final OnlineChargingFlag ECF_ADDRESS_NOT_PROVIDED
-
ECF_ADDRESS_PROVIDED
public static final OnlineChargingFlag ECF_ADDRESS_PROVIDED
-
-
Method Detail
-
fromInt
public static OnlineChargingFlag 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
-
-