Class CSGMembershipIndication
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vb90.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. The following values are defined:- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_CSG_MEMBERstatic int_NOT_CSG_MEMBERstatic CSGMembershipIndicationCSG_MEMBERstatic CSGMembershipIndicationNOT_CSG_MEMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CSGMembershipIndicationfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-