Uses of Class
org.malai.action.Action.ActionStatus

Packages that use Action.ActionStatus
org.malai.action   
 

Uses of Action.ActionStatus in org.malai.action
 

Fields in org.malai.action declared as Action.ActionStatus
protected  Action.ActionStatus Action.status
          Provides the state of the action.
 

Methods in org.malai.action that return Action.ActionStatus
 Action.ActionStatus Action.getStatus()
          Provides the state of the action.
static Action.ActionStatus Action.ActionStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Action.ActionStatus[] Action.ActionStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.