com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class CostAccrualType

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


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

    Specifies the type of an accrual cost.


    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 End
      Indicates End cost accrual type.
      static int Invalid
      Indicates Invalid cost accrual type.
      static int Prorated
      Indicates Prorated cost accrual type.
      static int Start
      Indicates Start cost accrual type.
      static int Undefined
      Indicates undefined value means that 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

        Indicates undefined value means that the field was not defined in original project file.

        See Also:
        Constant Field Values
      • Start

        public static final int Start

        Indicates Start cost accrual type.

        See Also:
        Constant Field Values
      • Prorated

        public static final int Prorated

        Indicates Prorated cost accrual type.

        See Also:
        Constant Field Values
      • Invalid

        public static final int Invalid

        Indicates Invalid cost accrual type.

        See Also:
        Constant Field Values