Package com.aspose.tasks
Class PrimaveraConstraintType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.PrimaveraConstraintType
-
public final class PrimaveraConstraintType extends com.aspose.ms.System.EnumSpecifies a type of activity's constraint.
-
-
Field Summary
Fields Modifier and Type Field Description static intAsLateAsPossible'As Late As Possible' typestatic intFinishOn'Finish On' typestatic intFinishOnOrAfter'Finish On or After' typestatic intFinishOnOrBefore'Finish On or Before' typestatic intMandatoryFinish'Mandatory Finish' typestatic intMandatoryStart'Mandatory Start' typestatic intNoneNot specified or not applicable.static intStartOn'Start On' typestatic intStartOnOrAfter'Start On or After' typestatic intStartOnOrBefore'Start On or Before' type
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
None
public static final int None
Not specified or not applicable.
- See Also:
- Constant Field Values
-
FinishOn
public static final int FinishOn
'Finish On' type
- See Also:
- Constant Field Values
-
FinishOnOrAfter
public static final int FinishOnOrAfter
'Finish On or After' type
- See Also:
- Constant Field Values
-
FinishOnOrBefore
public static final int FinishOnOrBefore
'Finish On or Before' type
- See Also:
- Constant Field Values
-
MandatoryFinish
public static final int MandatoryFinish
'Mandatory Finish' type
- See Also:
- Constant Field Values
-
MandatoryStart
public static final int MandatoryStart
'Mandatory Start' type
- See Also:
- Constant Field Values
-
StartOn
public static final int StartOn
'Start On' type
- See Also:
- Constant Field Values
-
StartOnOrAfter
public static final int StartOnOrAfter
'Start On or After' type
- See Also:
- Constant Field Values
-
StartOnOrBefore
public static final int StartOnOrBefore
'Start On or Before' type
- See Also:
- Constant Field Values
-
AsLateAsPossible
public static final int AsLateAsPossible
'As Late As Possible' type
- See Also:
- Constant Field Values
-
-