Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.conceptdraw | |
net.sf.mpxj.conceptdraw.schema | |
net.sf.mpxj.mpp | |
net.sf.mpxj.mspdi | |
net.sf.mpxj.mspdi.schema |
Modifier and Type | Method and Description |
---|---|
TaskType |
ProjectProperties.getDefaultTaskType()
Retrieve the default task type.
|
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 |
ProjectProperties.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 value.
|
Modifier and Type | Method and Description |
---|---|
static String |
DatatypeConverter.printTaskType(TaskType value)
Print a task type value.
|
Modifier and Type | Field and Description |
---|---|
protected TaskType |
Document.Projects.Project.Task.schedulingType |
Modifier and Type | Method and Description |
---|---|
TaskType |
Document.Projects.Project.Task.getSchedulingType()
Gets the value of the schedulingType property.
|
TaskType |
Adapter11.unmarshal(String value) |
Modifier and Type | Method and Description |
---|---|
String |
Adapter11.marshal(TaskType value) |
void |
Document.Projects.Project.Task.setSchedulingType(TaskType value)
Sets the value of the schedulingType property.
|
Modifier and Type | Method and Description |
---|---|
static TaskType |
TaskTypeHelper.getInstance(int type)
Retrieve a task type by its integer value.
|
Modifier and Type | Method and Description |
---|---|
static int |
TaskTypeHelper.getValue(TaskType type)
Retrieve the integer value representing a 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 |
Adapter24.unmarshal(String value) |
TaskType |
Adapter8.unmarshal(String value) |
Modifier and Type | Method and Description |
---|---|
String |
Adapter24.marshal(TaskType value) |
String |
Adapter8.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 © 2000–2024 Packwood Software. All rights reserved.