Uses of Enum
org.xmpp.packet.PacketError.Type
Packages that use PacketError.Type
-
Uses of PacketError.Type in org.xmpp.packet
Methods in org.xmpp.packet that return PacketError.TypeModifier and TypeMethodDescriptionstatic PacketError.TypeConverts a String value into its Type representation.PacketError.Condition.getDefaultType()Returns the defaultPacketError.Typeassociated with this condition.PacketError.getType()Returns the error type.static PacketError.TypeReturns the enum constant of this type with the specified name.static PacketError.Type[]PacketError.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 PacketError.TypeModifier and TypeMethodDescriptionvoidPacketError.setType(PacketError.Type type) Sets the error type.Constructors in org.xmpp.packet with parameters of type PacketError.TypeModifierConstructorDescriptionPacketError(PacketError.Condition condition, PacketError.Type type) Constructs a new PacketError with the specified condition and type.PacketError(PacketError.Condition condition, PacketError.Type type, String text) Constructs a new PacketError.PacketError(PacketError.Condition condition, PacketError.Type type, String text, String lang) Constructs a new PacketError.