Class PrimaveraActivityType


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

    Specifies type of Primavera activity.

    • 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 FinishMilestone
      'Finish Milestone' activity type
      static int LevelOfEffort
      'Level Of Effort' activity type
      static int None
      Not specified or not applicable.
      static int ResourceDependent
      'Resource Dependent' activity type
      static int StartMilestone
      'Start Milestone' activity type
      static int TaskDependent
      'Task Dependent' activity type
      static int WbsSummary
      'WBS Summary' activity type
      • 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

      • StartMilestone

        public static final int StartMilestone

        'Start Milestone' activity type

        See Also:
        Constant Field Values
      • FinishMilestone

        public static final int FinishMilestone

        'Finish Milestone' activity type

        See Also:
        Constant Field Values
      • TaskDependent

        public static final int TaskDependent

        'Task Dependent' activity type

        See Also:
        Constant Field Values
      • ResourceDependent

        public static final int ResourceDependent

        'Resource Dependent' activity type

        See Also:
        Constant Field Values
      • LevelOfEffort

        public static final int LevelOfEffort

        'Level Of Effort' activity type

        See Also:
        Constant Field Values
      • WbsSummary

        public static final int WbsSummary

        'WBS Summary' activity type

        See Also:
        Constant Field Values