Class AocFormat
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.AocFormat
-
- All Implemented Interfaces:
Serializable,Enumerated
public class AocFormat extends Object implements Serializable, Enumerated
Java class to represent the AocFormat enumerated type. Documentation from the relevant specification: The AoC-Format AVP (AVP code 2310) is of type Enumerated and holds the format on how the AoC information shall be sent to the UE.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_CAIstatic int_MONETARYstatic int_NON_MONETARYstatic AocFormatCAIstatic AocFormatMONETARYstatic AocFormatNON_MONETARY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AocFormatfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_MONETARY
public static final int _MONETARY
- See Also:
- Constant Field Values
-
_NON_MONETARY
public static final int _NON_MONETARY
- See Also:
- Constant Field Values
-
_CAI
public static final int _CAI
- See Also:
- Constant Field Values
-
MONETARY
public static final AocFormat MONETARY
-
NON_MONETARY
public static final AocFormat NON_MONETARY
-
CAI
public static final AocFormat CAI
-
-
Method Detail
-
fromInt
public static AocFormat 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
-
-