com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class CalculationType

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


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

    Specifies the type of a custom attribute for the ExtendedAttributeDefinition class.

    • 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 Calculation
      Means the extended attribute can calculate data for a single task or resource.
      static int Lookup
      Means the extended attribute has a lookup table to select values from.
      static int None
      Means the extended attribute has no lookup table.
      static int Rollup
      Means the extended attribute will summarized at the task and group summary levels.
      • 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

      • None

        public static final int None

        Means the extended attribute has no lookup table.

        See Also:
        Constant Field Values
      • Lookup

        public static final int Lookup

        Means the extended attribute has a lookup table to select values from.

        See Also:
        Constant Field Values
      • Rollup

        public static final int Rollup

        Means the extended attribute will summarized at the task and group summary levels.

        See Also:
        Constant Field Values
      • Calculation

        public static final int Calculation

        Means the extended attribute can calculate data for a single task or resource.

        See Also:
        Constant Field Values