Class AocServiceObligatoryType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.AocServiceObligatoryType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class AocServiceObligatoryType extends Object implements Serializable, Enumerated
Java class to represent the AocServiceObligatoryType enumerated type. Documentation from the relevant specification: The AoC-Service-Obligatory-Type AVP (AVP code 2312) is of type Enumerated and holds the information if the AoC information is binding or not.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_BINDING
static int
_NON_BINDING
static AocServiceObligatoryType
BINDING
static AocServiceObligatoryType
NON_BINDING
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AocServiceObligatoryType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_NON_BINDING
public static final int _NON_BINDING
- See Also:
- Constant Field Values
-
_BINDING
public static final int _BINDING
- See Also:
- Constant Field Values
-
NON_BINDING
public static final AocServiceObligatoryType NON_BINDING
-
BINDING
public static final AocServiceObligatoryType BINDING
-
-
Method Detail
-
fromInt
public static AocServiceObligatoryType 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
-
-