| Package | Description |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.mspdi | |
| net.sf.mpxj.mspdi.schema |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectHeader.setDefaultTaskType(TaskType defaultTaskType)
Set the default task type.
|
void |
Task.setType(TaskType type)
This method sets the task type.
|
| Modifier and Type | Method and Description |
|---|---|
static TaskType |
DatatypeConverter.parseTaskType(String value)
Parse a task type.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DatatypeConverter.printTaskType(TaskType value)
Print a task type.
|
| Modifier and Type | Field and Description |
|---|---|
protected TaskType |
Project.defaultTaskType |
protected TaskType |
Project.Tasks.Task.type |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2013. All Rights Reserved.