Package com.aspose.tasks
Class UndefinedConstraintHandlingBehavior
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.UndefinedConstraintHandlingBehavior
-
public final class UndefinedConstraintHandlingBehavior extends com.aspose.ms.System.Enum
Specifies the behavior used to handle tasks with undefined constraints.
-
-
Field Summary
Fields Modifier and Type Field Description static int
None
The default behavior for loading from XER format.static int
SubstituteWithStartNoEarlierThan
Constraints with type 'ConstraintType.StartNoEarlierThan' and date = Start are added for tasks with 'Undefined' constraint.
-
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
The default behavior for loading from XER format. No action is taken. A task constraint type is set to 'ConstraintType.Undefined'.
- See Also:
- Constant Field Values
-
SubstituteWithStartNoEarlierThan
public static final int SubstituteWithStartNoEarlierThan
Constraints with type 'ConstraintType.StartNoEarlierThan' and date = Start are added for tasks with 'Undefined' constraint.
- See Also:
- Constant Field Values
-
-