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

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

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

Methods in org.jivesoftware.smackx.commands that return AdHocCommand.Action
static AdHocCommand.Action AdHocCommand.Action.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AdHocCommand.Action[] AdHocCommand.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.jivesoftware.smackx.packet that return AdHocCommand.Action
 AdHocCommand.Action AdHocCommandData.getAction()
          Returns the action to execute.
 AdHocCommand.Action AdHocCommandData.getExecuteAction()
           
 

Methods in org.jivesoftware.smackx.packet that return types with arguments of type AdHocCommand.Action
 java.util.List<AdHocCommand.Action> AdHocCommandData.getActions()
           
 

Methods in org.jivesoftware.smackx.packet with parameters of type AdHocCommand.Action
 void AdHocCommandData.addAction(AdHocCommand.Action action)
           
 void AdHocCommandData.setAction(AdHocCommand.Action action)
           
 void AdHocCommandData.setExecuteAction(AdHocCommand.Action executeAction)