Uses of Class
Task.AbstractTask.State

Packages that use AbstractTask.State
Task   
 

Uses of AbstractTask.State in Task
 

Fields in Task declared as AbstractTask.State
protected  AbstractTask.State AbstractTask._state
           
 

Methods in Task that return AbstractTask.State
static AbstractTask.State AbstractTask.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractTask.State[] AbstractTask.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in Task with parameters of type AbstractTask.State
 void AbstractTask.setState(AbstractTask.State stateValue)
           
 



Copyright © 2011. All Rights Reserved.