Uses of Class
net.sf.mpxj.TaskMode

Packages that use TaskMode
net.sf.mpxj   
 

Uses of TaskMode in net.sf.mpxj
 

Methods in net.sf.mpxj that return TaskMode
static TaskMode TaskMode.getInstance(int type)
          Retrieve an instance of the enum based on its int value.
static TaskMode TaskMode.getInstance(Number type)
          Retrieve an instance of the enum based on its int value.
 TaskMode Task.getTaskMode()
          Retrieves the task mode.
static TaskMode TaskMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TaskMode[] TaskMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.mpxj with parameters of type TaskMode
 void Task.setTaskMode(TaskMode mode)
          Sets the task mode.
 



Copyright © 2012. All Rights Reserved.