Uses of Class
org.xmpp.packet.PacketError.Type
-
Packages that use PacketError.Type Package Description org.xmpp.packet -
-
Uses of PacketError.Type in org.xmpp.packet
Methods in org.xmpp.packet that return PacketError.Type Modifier and Type Method Description static PacketError.TypePacketError.Type. fromXMPP(String type)Converts a String value into its Type representation.PacketError.TypePacketError.Condition. getDefaultType()Returns the defaultPacketError.Typeassociated with this condition.PacketError.TypePacketError. getType()Returns the error type.static PacketError.TypePacketError.Type. valueOf(String name)Returns 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.Type Modifier and Type Method Description voidPacketError. setType(PacketError.Type type)Sets the error type.Constructors in org.xmpp.packet with parameters of type PacketError.Type Constructor Description PacketError(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.
-