Uses of Enum
org.xmpp.packet.Message.Type
Packages that use Message.Type
-
Uses of Message.Type in org.xmpp.packet
Methods in org.xmpp.packet that return Message.TypeModifier and TypeMethodDescriptionMessage.getType()Returns the type of this messagestatic Message.TypeReturns 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.TypeModifier and TypeMethodDescriptionvoidMessage.setType(Message.Type type) Sets the type of this message.