Uses of Class
org.xmpp.packet.PacketError.Type

Packages that use PacketError.Type
org.xmpp.packet   
 

Uses of PacketError.Type in org.xmpp.packet
 

Methods in org.xmpp.packet that return PacketError.Type
static PacketError.Type PacketError.Type.fromXMPP(java.lang.String type)
          Converts a String value into its Type representation.
 PacketError.Type PacketError.Condition.getDefaultType()
          Returns the default PacketError.Type associated with this condition.
 PacketError.Type PacketError.getType()
          Returns the error type.
static PacketError.Type PacketError.Type.valueOf(java.lang.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
 void PacketError.setType(PacketError.Type type)
          Sets the error type.
 

Constructors in org.xmpp.packet with parameters of type PacketError.Type
PacketError(PacketError.Condition condition, PacketError.Type type)
          Constructs a new PacketError with the specified condition and type.
PacketError(PacketError.Condition condition, PacketError.Type type, java.lang.String text)
          Constructs a new PacketError.
PacketError(PacketError.Condition condition, PacketError.Type type, java.lang.String text, java.lang.String lang)
          Constructs a new PacketError.