Uses of Class
org.jainslee.resources.diameter.ro.types.vb80.SubscriberRole
-
Packages that use SubscriberRole Package Description org.jainslee.resources.diameter.ro.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of SubscriberRole in org.jainslee.resources.diameter.ro.types.vb80
Fields in org.jainslee.resources.diameter.ro.types.vb80 declared as SubscriberRole Modifier and Type Field Description static SubscriberRole
SubscriberRole. ORIGINATING
static SubscriberRole
SubscriberRole. TERMINATING
Methods in org.jainslee.resources.diameter.ro.types.vb80 that return SubscriberRole Modifier and Type Method Description static SubscriberRole
SubscriberRole. fromInt(int type)
SubscriberRole
MmtelInformation. getSubscriberRole()
Returns the value of the Subscriber-Role AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vb80 with parameters of type SubscriberRole Modifier and Type Method Description void
MmtelInformation. setSubscriberRole(SubscriberRole subscriberRole)
Sets the value of the Subscriber-Role AVP, of type Enumerated.
-