Package com.aspose.tasks
Class LevelingOrder
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.LevelingOrder
-
public final class LevelingOrder extends com.aspose.ms.System.EnumDefines the possible values of leveling order.
-
-
Field Summary
Fields Modifier and Type Field Description static intIdOnlyTasks are delayed in Id ascending order.static intPriorityThenStandardThe priority is considered first, then the same properties as in Standard.static intStandardThe following properties are taken into account: predecessor relationships, total slack (a task with higher total slack is delayed first), start date, priority.
-
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
-
Standard
public static final int Standard
The following properties are taken into account: predecessor relationships, total slack (a task with higher total slack is delayed first), start date, priority. This is the default value.
- See Also:
- Constant Field Values
-
IdOnly
public static final int IdOnly
Tasks are delayed in Id ascending order.
- See Also:
- Constant Field Values
-
PriorityThenStandard
public static final int PriorityThenStandard
The priority is considered first, then the same properties as in Standard.
- See Also:
- Constant Field Values
-
-