Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.CsgMembershipIndication
-
Packages that use CsgMembershipIndication Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of CsgMembershipIndication in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as CsgMembershipIndication Modifier and Type Field Description static CsgMembershipIndication
CsgMembershipIndication. CSG_MEMBER
static CsgMembershipIndication
CsgMembershipIndication. NOT_CSG_MEMBER
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return CsgMembershipIndication Modifier and Type Method Description static CsgMembershipIndication
CsgMembershipIndication. fromInt(int type)
CsgMembershipIndication
UserCsgInformation. getCsgMembershipIndication()
Returns the value of the CSG-Membership-Indication AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type CsgMembershipIndication Modifier and Type Method Description void
UserCsgInformation. setCsgMembershipIndication(CsgMembershipIndication csgMembershipIndication)
Sets the value of the CSG-Membership-Indication AVP, of type Enumerated.
-