Uses of Class
fr.etai.xat2v2.obj.Action

Packages that use Action
fr.etai.xat2v2.obj   
fr.etai.xat2v2.util Classes in this package are all utility classes. 
 

Uses of Action in fr.etai.xat2v2.obj
 

Methods in fr.etai.xat2v2.obj that return Action
 Action Message.getActionInternalId()
          Gets the value of the actionInternalId property.
 

Methods in fr.etai.xat2v2.obj that return types with arguments of type Action
 List<Action> Transport.getActionList()
          Gets the value of the actionList property.
 

Methods in fr.etai.xat2v2.obj with parameters of type Action
 void Transport.addAction(Action action)
           
 void Message.setActionInternalId(Action value)
          Sets the value of the actionInternalId property.
 

Method parameters in fr.etai.xat2v2.obj with type arguments of type Action
 void Transport.setActionList(List<Action> value)
          Sets the value of the actionList property.
 

Uses of Action in fr.etai.xat2v2.util
 

Methods in fr.etai.xat2v2.util with parameters of type Action
static String[] ActionUtil.getOptions(Action action)
          Returns action's options
static String ActionUtil.getVerb(Action action)
          Gets the verb from the action
static boolean ActionUtil.matchVerb(Action action, String verb)
          Checks if this action's verb is the one specified
 



Copyright © 2012. All Rights Reserved.