com.ibm.rpm.wbs.types
ConstraintType


ConstraintType

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

State Summary
AsLateAsPossible
   Indicates that the work element must end as late as possible.
AsSoonAsPossible
   Indicates that the work element must end as soon as possible.
FinishNoEarlierThan
   Indicates that the work element must finish no earlier than a pre-determined date.
FinishNoLaterThan
   Indicates that the work element must finish no later than a pre-determined date.
MustFinishOn
   Indicates that the work element must finish on a pre-determined date.
MustStartOn
   Indicates that the work element must start on a pre-determined date.
StartNoEarlierThan
   Indicates that the work element must start no earlier than a pre-determined date.
StartNoLaterThan
    Indicates that the work element must start no later than a pre-determined date.