| Package | Description |
|---|---|
| org.mpxj | |
| org.mpxj.mspdi | |
| org.mpxj.mspdi.schema |
| Modifier and Type | Method and Description |
|---|---|
static WorkGroup |
WorkGroup.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static WorkGroup |
WorkGroup.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
WorkGroup |
Resource.getWorkGroup()
Retrieve the messaging method used to communicate with a project team.
|
static WorkGroup |
WorkGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkGroup[] |
WorkGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setWorkGroup(WorkGroup workGroup)
Set the messaging method used to communicate with a project team.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkGroup |
DatatypeConverter.parseWorkGroup(String value)
Parse a work group.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DatatypeConverter.printWorkGroup(WorkGroup value)
Print a work group.
|
| Modifier and Type | Field and Description |
|---|---|
protected WorkGroup |
Project.Resources.Resource.workGroup |
| Modifier and Type | Method and Description |
|---|---|
WorkGroup |
Project.Resources.Resource.getWorkGroup()
Gets the value of the workGroup property.
|
WorkGroup |
Adapter17.unmarshal(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
Adapter17.marshal(WorkGroup value) |
void |
Project.Resources.Resource.setWorkGroup(WorkGroup value)
Sets the value of the workGroup property.
|
Copyright © 2000–2025 MPXJ. All rights reserved.