com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class EarnedValueMethodType

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


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

    Specifies the method used for calculating earned value. While exporting into XML the Undefined values will be eliminated from resulting XML.

    • 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 PercentComplete
      Percent complete
      static int PhysicalPercentComplete
      Physical percent complete
      static int Undefined
      The field was not defined in original project file.
      • 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

      • Undefined

        public static final int Undefined

        The field was not defined in original project file.

        See Also:
        Constant Field Values
      • PercentComplete

        public static final int PercentComplete

        Percent complete

        See Also:
        Constant Field Values
      • PhysicalPercentComplete

        public static final int PhysicalPercentComplete

        Physical percent complete

        See Also:
        Constant Field Values