Package | Description |
---|---|
net.sf.mpxj |
Modifier and Type | Method and Description |
---|---|
ActivityCodeValue |
ActivityCodeValue.Builder.build()
Build an ActivityCodeValue instance.
|
ActivityCodeValue |
ActivityCodeValue.getParent()
Retrieve the parent ActivityCodeValue.
|
ActivityCodeValue |
ActivityCode.getValueByUniqueID(Integer id)
Retrieve a value belonging to this activity code using its unique ID.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityCodeValue> |
Task.getActivityCodes()
Retrieve the activity codes associated with this task.
|
List<ActivityCodeValue> |
ActivityCode.getChildValues()
Retrieve a list of top level values for his activity code.
|
List<ActivityCodeValue> |
ActivityCodeValue.getChildValues()
Retrieve any children of this value.
|
List<ActivityCodeValue> |
ActivityCode.getValues()
Retrieve a list of all values for this activity code,
including child values from the hierarchy.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.addActivityCode(ActivityCodeValue value)
Assign an activity code to this task.
|
void |
ActivityCode.addValue(ActivityCodeValue value)
Add a value to this activity code.
|
ActivityCodeValue.Builder |
ActivityCodeValue.Builder.from(ActivityCodeValue value)
Initialise the builder from an existing ActivityCodeValue instance.
|
ActivityCodeValue.Builder |
ActivityCodeValue.Builder.parent(ActivityCodeValue value)
Add parent value.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.