Package 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.
-
-
Field Summary
Fields Modifier and Type Field 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.
-
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
-
End
public static final int End
Indicates End cost accrual type.
- See Also:
- Constant Field Values
-
Invalid
public static final int Invalid
Indicates Invalid cost accrual type.
- See Also:
- Constant Field Values
-
-