Class AocServiceType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.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_Dstatic int_AOC_Estatic int_AOC_Sstatic int_NONEstatic AocServiceTypeAOC_Dstatic AocServiceTypeAOC_Estatic AocServiceTypeAOC_Sstatic AocServiceTypeNONE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AocServiceTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-