Uses of Enum
org.xmpp.packet.PacketError.Condition
Packages that use PacketError.Condition
-
Uses of PacketError.Condition in org.xmpp.packet
Methods in org.xmpp.packet that return PacketError.ConditionModifier and TypeMethodDescriptionstatic PacketError.ConditionPacketError.Condition.fromLegacyCode(int code) static PacketError.ConditionConverts a String value into its Condition representation.PacketError.getCondition()Returns the error condition.static PacketError.ConditionReturns the enum constant of this type with the specified name.static PacketError.Condition[]PacketError.Condition.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.ConditionModifier and TypeMethodDescriptionvoidPacketError.setCondition(PacketError.Condition condition) Sets the error condition.voidPacket.setError(PacketError.Condition condition) Sets the packet error using the specified condition.Constructors in org.xmpp.packet with parameters of type PacketError.ConditionModifierConstructorDescriptionPacketError(PacketError.Condition condition) Construcs a new PacketError with the specified condition.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.