CostAccrualType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class CostAccrualType extends System.Enum
Specifies the type of an accrual cost.
While exporting into XML the Undefined values will be eliminated from resulting XML.
Fields
Field | Description |
---|---|
End | Indicates End cost accrual type. |
Invalid | Indicates Invalid cost accrual type. |
Prorated | Indicates Prorated cost accrual type. |
Start | Indicates Start cost accrual type. |
Undefined | Indicates undefined value means that the field was not defined in original project file. |
End
public static final int End
Indicates End cost accrual type.
Invalid
public static final int Invalid
Indicates Invalid cost accrual type.
Prorated
public static final int Prorated
Indicates Prorated cost accrual type.
Start
public static final int Start
Indicates Start cost accrual type.
Undefined
public static final int Undefined
Indicates undefined value means that the field was not defined in original project file.