Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.SessionDirection
-
Packages that use SessionDirection Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of SessionDirection in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as SessionDirection Modifier and Type Field Description static SessionDirection
SessionDirection. INBOUND
static SessionDirection
SessionDirection. OUTBOUND
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return SessionDirection Modifier and Type Method Description static SessionDirection
SessionDirection. fromInt(int type)
SessionDirection
NniInformation. getSessionDirection()
Returns the value of the Session-Direction AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type SessionDirection Modifier and Type Method Description void
NniInformation. setSessionDirection(SessionDirection sessionDirection)
Sets the value of the Session-Direction AVP, of type Enumerated.
-