ConstraintType

Description

Package: com.ibm.rpm.wbs.types

Usage

ConstraintType represents the time constraints which refer to the start and the end dates of a project.

Fields

The following table lists the fields for this object.

Table 1. ConstraintType Field Description
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.

Related Objects