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
_CAI
static int
_MONETARY
static int
_NON_MONETARY
static AocFormat
CAI
static AocFormat
MONETARY
static AocFormat
NON_MONETARY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AocFormat
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
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:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-