public final class CalculationType
extends com.aspose.ms.System.Enum
Specifies the type of a custom attribute for the ExtendedAttributeDefinition
class.
Modifier and Type | Field and Description |
---|---|
static int |
Calculation
Means the extended attribute can calculate data for a single task or resource.
|
static int |
Lookup
Means the extended attribute has a lookup table to select values from.
|
static int |
None
Means the extended attribute has no lookup table.
|
static int |
Rollup
Means the extended attribute will summarized at the task and group summary levels.
|
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 None
Means the extended attribute has no lookup table.
public static final int Lookup
Means the extended attribute has a lookup table to select values from.
public static final int Rollup
Means the extended attribute will summarized at the task and group summary levels.
public static final int Calculation
Means the extended attribute can calculate data for a single task or resource.