Class CsgAccessMode
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.vb80.CsgAccessMode
-
- All Implemented Interfaces:
Serializable,Enumerated
public class CsgAccessMode extends Object implements Serializable, Enumerated
Java class to represent the CsgAccessMode enumerated type. Documentation from the relevant specification: The CSG-Access-Mode AVP (AVP code 2317) is of type Enumerated and holds the mode in which the CSG cell User is accessing to, operates.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_CLOSED_MODEstatic int_HYBRID_MODEstatic CsgAccessModeCLOSED_MODEstatic CsgAccessModeHYBRID_MODE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CsgAccessModefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_CLOSED_MODE
public static final int _CLOSED_MODE
- See Also:
- Constant Field Values
-
_HYBRID_MODE
public static final int _HYBRID_MODE
- See Also:
- Constant Field Values
-
CLOSED_MODE
public static final CsgAccessMode CLOSED_MODE
-
HYBRID_MODE
public static final CsgAccessMode HYBRID_MODE
-
-
Method Detail
-
fromInt
public static CsgAccessMode 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
-
-