Class CsgAccessMode
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.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_MODE
static int
_HYBRID_MODE
static CsgAccessMode
CLOSED_MODE
static CsgAccessMode
HYBRID_MODE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CsgAccessMode
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
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:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-