Uses of Class
org.jivesoftware.smackx.commands.AdHocCommand.SpecificErrorCondition

Packages that use AdHocCommand.SpecificErrorCondition
org.jivesoftware.smackx.commands   
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of AdHocCommand.SpecificErrorCondition in org.jivesoftware.smackx.commands
 

Methods in org.jivesoftware.smackx.commands that return AdHocCommand.SpecificErrorCondition
static AdHocCommand.SpecificErrorCondition AdHocCommand.getSpecificErrorCondition(XMPPError error)
          Returns the specific condition of the error or null if the error doesn't have any.
static AdHocCommand.SpecificErrorCondition AdHocCommand.SpecificErrorCondition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AdHocCommand.SpecificErrorCondition[] AdHocCommand.SpecificErrorCondition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of AdHocCommand.SpecificErrorCondition in org.jivesoftware.smackx.packet
 

Fields in org.jivesoftware.smackx.packet declared as AdHocCommand.SpecificErrorCondition
 AdHocCommand.SpecificErrorCondition AdHocCommandData.SpecificError.condition
           
 

Methods in org.jivesoftware.smackx.packet that return AdHocCommand.SpecificErrorCondition
 AdHocCommand.SpecificErrorCondition AdHocCommandData.SpecificError.getCondition()
           
 

Constructors in org.jivesoftware.smackx.packet with parameters of type AdHocCommand.SpecificErrorCondition
AdHocCommandData.SpecificError(AdHocCommand.SpecificErrorCondition condition)