Uses of Class
org.xmpp.packet.Message.Type

Packages that use Message.Type
org.xmpp.packet   
 

Uses of Message.Type in org.xmpp.packet
 

Methods in org.xmpp.packet that return Message.Type
 Message.Type Message.getType()
          Returns the type of this message
static Message.Type Message.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Message.Type[] Message.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xmpp.packet with parameters of type Message.Type
 void Message.setType(Message.Type type)
          Sets the type of this message.