Uses of Class
org.jainslee.resources.diameter.ro.types.vb80.Originator
-
Packages that use Originator Package Description org.jainslee.resources.diameter.ro.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of Originator in org.jainslee.resources.diameter.ro.types.vb80
Fields in org.jainslee.resources.diameter.ro.types.vb80 declared as Originator Modifier and Type Field Description static Originator
Originator. CALLED_PARTY
static Originator
Originator. CALLING_PARTY
Methods in org.jainslee.resources.diameter.ro.types.vb80 that return Originator Modifier and Type Method Description static Originator
Originator. fromInt(int type)
Originator
MessageBody. getOriginator()
Returns the value of the Originator AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vb80 with parameters of type Originator Modifier and Type Method Description void
MessageBody. setOriginator(Originator originator)
Sets the value of the Originator AVP, of type Enumerated.
-