Class AocServiceType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.AocServiceType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class AocServiceType extends Object implements Serializable, Enumerated
Java class to represent the AocServiceType enumerated type. Documentation from the relevant specification: The AoC-Service-Type AVP (AVP code 2313) is of type Enumerated and defines the type of AoC information to be provided to the subscriber.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_AOC_D
static int
_AOC_E
static int
_AOC_S
static int
_NONE
static AocServiceType
AOC_D
static AocServiceType
AOC_E
static AocServiceType
AOC_S
static AocServiceType
NONE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AocServiceType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_NONE
public static final int _NONE
- See Also:
- Constant Field Values
-
_AOC_S
public static final int _AOC_S
- See Also:
- Constant Field Values
-
_AOC_D
public static final int _AOC_D
- See Also:
- Constant Field Values
-
_AOC_E
public static final int _AOC_E
- See Also:
- Constant Field Values
-
NONE
public static final AocServiceType NONE
-
AOC_S
public static final AocServiceType AOC_S
-
AOC_D
public static final AocServiceType AOC_D
-
AOC_E
public static final AocServiceType AOC_E
-
-
Method Detail
-
fromInt
public static AocServiceType 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
-
-