Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.Originator
-
Packages that use Originator Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of Originator in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 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.vcb0 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.vcb0 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.
-