Package com.aspose.tasks
Class CalculationType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.CalculationType
-
public final class CalculationType extends com.aspose.ms.System.Enum
Specifies the type of a custom attribute for the
ExtendedAttributeDefinition
class.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Calculation
Deprecated.This enumeration member is obsolete and will be removed after the release 22.7.static int
Formula
Means the value of the extended attribute is calculated using formula.static int
Lookup
Means the value of the extended attribute is restricted to values from a lookup table.static int
None
Means the extended attribute has no lookup table.static int
Rollup
Means the value of the extended attribute are rolled up to task and group summary rows.
-
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
-
None
public static final int None
Means the extended attribute has no lookup table.
- See Also:
- Constant Field Values
-
Lookup
public static final int Lookup
Means the value of the extended attribute is restricted to values from a lookup table.
- See Also:
- Constant Field Values
-
Rollup
public static final int Rollup
Means the value of the extended attribute are rolled up to task and group summary rows.
- See Also:
- Constant Field Values
-
Formula
public static final int Formula
Means the value of the extended attribute is calculated using formula.
- See Also:
- Constant Field Values
-
Calculation
@Deprecated public static final int Calculation
Deprecated.This enumeration member is obsolete and will be removed after the release 22.7. Please use 'Formula' member instead.Means the value of the extended attribute is calculated using formula.
- See Also:
- Constant Field Values
-
-