Uses of Class
org.xmpp.packet.Message.Type
-
Packages that use Message.Type Package Description org.xmpp.packet -
-
Uses of Message.Type in org.xmpp.packet
Methods in org.xmpp.packet that return Message.Type Modifier and Type Method Description Message.TypeMessage. getType()Returns the type of this messagestatic Message.TypeMessage.Type. valueOf(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 Modifier and Type Method Description voidMessage. setType(Message.Type type)Sets the type of this message.
-