com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class TaskLinkType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.tasks.TaskLinkType


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

    Specifies the type of tasks dependency.

    • 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 and Description
      static int FinishToFinish
      Finish-Finish relationship
      static int FinishToStart
      Finish-Start relationship
      static int StartToFinish
      Start-Finish relationship
      static int StartToStart
      Start-Start relationship
      • 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

      • FinishToFinish

        public static final int FinishToFinish

        Finish-Finish relationship

        See Also:
        Constant Field Values
      • FinishToStart

        public static final int FinishToStart

        Finish-Start relationship

        See Also:
        Constant Field Values
      • StartToFinish

        public static final int StartToFinish

        Start-Finish relationship

        See Also:
        Constant Field Values
      • StartToStart

        public static final int StartToStart

        Start-Start relationship

        See Also:
        Constant Field Values