Class AocServiceObligatoryType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.va00.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_BINDINGstatic int_NON_BINDINGstatic AocServiceObligatoryTypeBINDINGstatic AocServiceObligatoryTypeNON_BINDING
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AocServiceObligatoryTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-