Uses of Class
org.jainslee.resources.diameter.rf.types.v8d0.SubscriberRole
-
Packages that use SubscriberRole Package Description org.jainslee.resources.diameter.rf.types.v8d0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.13.0.
-
-
Uses of SubscriberRole in org.jainslee.resources.diameter.rf.types.v8d0
Fields in org.jainslee.resources.diameter.rf.types.v8d0 declared as SubscriberRole Modifier and Type Field Description static SubscriberRole
SubscriberRole. ORIGINATING
static SubscriberRole
SubscriberRole. TERMINATING
Methods in org.jainslee.resources.diameter.rf.types.v8d0 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.rf.types.v8d0 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.
-