Class LevelingOrder


  • public final class LevelingOrder
    extends com.aspose.ms.System.Enum

    Defines the possible values of leveling order.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int IdOnly
      Tasks are delayed in Id ascending order.
      static int PriorityThenStandard
      The priority is considered first, then the same properties as in Standard.
      static 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.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • 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