public final class CostAccrualType
extends com.aspose.ms.System.Enum
Specifies the type of an accrual cost.
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.
|
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
public static final int Undefined
Indicates undefined value means that the field was not defined in original project file.
public static final int Start
Indicates Start cost accrual type.
public static final int Prorated
Indicates Prorated cost accrual type.
public static final int End
Indicates End cost accrual type.
public static final int Invalid
Indicates Invalid cost accrual type.