PrimaveraConstraintType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class PrimaveraConstraintType extends System.Enum
Specifies a type of activity’s constraint.
Fields
Field | Description |
---|---|
AsLateAsPossible | ‘As Late As Possible’ type |
FinishOn | ‘Finish On’ type |
FinishOnOrAfter | ‘Finish On or After’ type |
FinishOnOrBefore | ‘Finish On or Before’ type |
MandatoryFinish | ‘Mandatory Finish’ type |
MandatoryStart | ‘Mandatory Start’ type |
None | Not specified or not applicable. |
StartOn | ‘Start On’ type |
StartOnOrAfter | ‘Start On or After’ type |
StartOnOrBefore | ‘Start On or Before’ type |
AsLateAsPossible
public static final int AsLateAsPossible
‘As Late As Possible’ type
FinishOn
public static final int FinishOn
‘Finish On’ type
FinishOnOrAfter
public static final int FinishOnOrAfter
‘Finish On or After’ type
FinishOnOrBefore
public static final int FinishOnOrBefore
‘Finish On or Before’ type
MandatoryFinish
public static final int MandatoryFinish
‘Mandatory Finish’ type
MandatoryStart
public static final int MandatoryStart
‘Mandatory Start’ type
None
public static final int None
Not specified or not applicable.
StartOn
public static final int StartOn
‘Start On’ type
StartOnOrAfter
public static final int StartOnOrAfter
‘Start On or After’ type
StartOnOrBefore
public static final int StartOnOrBefore
‘Start On or Before’ type