Uses of Class
org.jainslee.resources.diameter.ro.types.vb80.UserParticipatingType
-
Packages that use UserParticipatingType Package Description org.jainslee.resources.diameter.ro.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of UserParticipatingType in org.jainslee.resources.diameter.ro.types.vb80
Fields in org.jainslee.resources.diameter.ro.types.vb80 declared as UserParticipatingType Modifier and Type Field Description static UserParticipatingType
UserParticipatingType. NORMAL
static UserParticipatingType
UserParticipatingType. NW_POC_BOX
static UserParticipatingType
UserParticipatingType. UE_POC_BOX
Methods in org.jainslee.resources.diameter.ro.types.vb80 that return UserParticipatingType Modifier and Type Method Description static UserParticipatingType
UserParticipatingType. fromInt(int type)
UserParticipatingType
ParticipantGroup. getUserParticipatingType()
Returns the value of the User-Participating-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vb80 with parameters of type UserParticipatingType Modifier and Type Method Description void
ParticipantGroup. setUserParticipatingType(UserParticipatingType userParticipatingType)
Sets the value of the User-Participating-Type AVP, of type Enumerated.
-