Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.MessageType
-
Packages that use MessageType Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of MessageType in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as MessageType Modifier and Type Field Description static MessageType
MessageType. M_ACKNOWLEDGE_IND
static MessageType
MessageType. M_DELIVERY_IND
static MessageType
MessageType. M_FORWARD_CONF
static MessageType
MessageType. M_FORWARD_REQ
static MessageType
MessageType. M_MBOX_DELETE_CONF
static MessageType
MessageType. M_MBOX_STORE_CONF
static MessageType
MessageType. M_MBOX_UPLOAD_CONF
static MessageType
MessageType. M_MBOX_VIEW_CONF
static MessageType
MessageType. M_NOTIFICATION_IND
static MessageType
MessageType. M_NOTIFYRESP_IND
static MessageType
MessageType. M_READ_ORIG_IND
static MessageType
MessageType. M_READ_REC_IND
static MessageType
MessageType. M_RETRIEVE_CONF
static MessageType
MessageType. M_SEND_CONF
static MessageType
MessageType. M_SEND_REQ
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return MessageType Modifier and Type Method Description static MessageType
MessageType. fromInt(int type)
MessageType
MmsInformation. getMessageType()
Returns the value of the Message-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type MessageType Modifier and Type Method Description void
MmsInformation. setMessageType(MessageType messageType)
Sets the value of the Message-Type AVP, of type Enumerated.
-