Package | Description |
---|---|
net.sf.mpxj |
Modifier and Type | Method and Description |
---|---|
ProjectCodeValue |
ProjectCodeValue.Builder.build()
Build an ProjectCodeValue instance.
|
ProjectCodeValue |
ProjectCodeValue.getParentValue()
Retrieve the parent ProjectCodeValue.
|
ProjectCodeValue |
ProjectCode.getValueByUniqueID(Integer id)
Retrieve a value by unique ID.
|
Modifier and Type | Method and Description |
---|---|
List<ProjectCodeValue> |
ProjectCode.getChildValues() |
List<ProjectCodeValue> |
ProjectCodeValue.getChildValues()
Retrieve any children of this value.
|
Map<ProjectCode,ProjectCodeValue> |
ProjectProperties.getProjectCodeValues()
Retrieve the project code values associated with this project.
|
List<ProjectCodeValue> |
ProjectCode.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectProperties.addProjectCodeValue(ProjectCodeValue value)
Assign a project code value to this project.
|
void |
ProjectCode.addValue(ProjectCodeValue value)
Add value to this code.
|
ProjectCodeValue.Builder |
ProjectCodeValue.Builder.from(ProjectCodeValue value)
Initialise the builder from an existing ProjectCodeValue instance.
|
ProjectCodeValue.Builder |
ProjectCodeValue.Builder.parentValue(ProjectCodeValue value)
Add parent value.
|
Copyright © 2000–2025 Packwood Software. All rights reserved.