|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskType | |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.mspdi | |
| net.sf.mpxj.mspdi.schema | |
| Uses of TaskType in net.sf.mpxj |
|---|
| Methods in net.sf.mpxj that return TaskType | |
|---|---|
TaskType |
ProjectHeader.getDefaultTaskType()
Retrieve the default task type. |
static TaskType |
TaskType.getInstance(int type)
Retrieve an instance of the enum based on its int value. |
static TaskType |
TaskType.getInstance(Number type)
Retrieve an instance of the enum based on its int value. |
TaskType |
Task.getType()
This method retrieves the task type. |
static TaskType |
TaskType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TaskType[] |
TaskType.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 TaskType | |
|---|---|
void |
ProjectHeader.setDefaultTaskType(TaskType defaultTaskType)
Set the default task type. |
void |
Task.setType(TaskType type)
This method sets the task type. |
| Uses of TaskType in net.sf.mpxj.mspdi |
|---|
| Methods in net.sf.mpxj.mspdi that return TaskType | |
|---|---|
static TaskType |
DatatypeConverter.parseTaskType(String value)
Parse a task type. |
| Methods in net.sf.mpxj.mspdi with parameters of type TaskType | |
|---|---|
static String |
DatatypeConverter.printTaskType(TaskType value)
Print a task type. |
| Uses of TaskType in net.sf.mpxj.mspdi.schema |
|---|
| Fields in net.sf.mpxj.mspdi.schema declared as TaskType | |
|---|---|
protected TaskType |
Project.defaultTaskType
|
protected TaskType |
Project.Tasks.Task.type
|
| Methods in net.sf.mpxj.mspdi.schema that return TaskType | |
|---|---|
TaskType |
Project.getDefaultTaskType()
Gets the value of the defaultTaskType property. |
TaskType |
Project.Tasks.Task.getType()
Gets the value of the type property. |
TaskType |
Adapter7.unmarshal(String value)
|
TaskType |
Adapter16.unmarshal(String value)
|
| Methods in net.sf.mpxj.mspdi.schema with parameters of type TaskType | |
|---|---|
String |
Adapter7.marshal(TaskType value)
|
String |
Adapter16.marshal(TaskType value)
|
void |
Project.setDefaultTaskType(TaskType value)
Sets the value of the defaultTaskType property. |
void |
Project.Tasks.Task.setType(TaskType value)
Sets the value of the type property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||