Package: com.ibm.rpm.wbs.types
ConstraintType represents the time constraints which refer to the start and the end dates of a project.
The following table lists the fields for this object.
Field | Detail |
---|---|
AsLateAsPossible | Indicates that the project must end as late as possible. |
AsSoonAsPossible | Indicates that the project must end as soon as possible. |
FinishNoEarlierThan | Indicates that the project must finish no earlier than a pre-determined date. |
FinishNoLaterThan | Indicates that the project must finish no later than a pre-determined date. |
MustFinishOn | Indicates that the project must finish on a pre-determined date. |
MustStartOn | Indicates that the project must start on a pre-determined date. |
StartNoEarlierThan | Indicates that the project must start no earlier than a pre-determined date. |