Class CsgMembershipIndication
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.CsgMembershipIndication
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class CsgMembershipIndication extends Object implements Serializable, Enumerated
Java class to represent the CsgMembershipIndication enumerated type. Documentation from the relevant specification: The CSG-Membership-Indication AVP (AVP code 2318) is of type Enumerated, and indicates the UE is a member of the accessing CSG cell, if the access mode is Hybrid, as described in TS 29.060 [225], and in TS 29.274 [226]. If this indication is not present, this means the UE is a Not member of the CSG cell for hybrid access mode.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_CSG_MEMBER
static int
_NOT_CSG_MEMBER
static CsgMembershipIndication
CSG_MEMBER
static CsgMembershipIndication
NOT_CSG_MEMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CsgMembershipIndication
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_NOT_CSG_MEMBER
public static final int _NOT_CSG_MEMBER
- See Also:
- Constant Field Values
-
_CSG_MEMBER
public static final int _CSG_MEMBER
- See Also:
- Constant Field Values
-
NOT_CSG_MEMBER
public static final CsgMembershipIndication NOT_CSG_MEMBER
-
CSG_MEMBER
public static final CsgMembershipIndication CSG_MEMBER
-
-
Method Detail
-
fromInt
public static CsgMembershipIndication 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
-
-