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 calculation of the custom attribute's value.
-
-
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 defined inExtendedAttributeDefinition.Formula
(ExtendedAttributeDefinition.getFormula_Rename_Namesake()
/ExtendedAttributeDefinition.setFormula(String)
).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 of formula and simply stores value set by the user.static int
Rollup
Deprecated.This enumeration member is obsolete and will be removed after the release 22.8.
-
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 of formula and simply stores value set by the user.
- 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
@Deprecated public static final int Rollup
Deprecated.This enumeration member is obsolete and will be removed after the release 22.8. Please set ExtendedAttributeDefinition.SummaryRowsCalculationType to SummaryRowsCalculationType.Rollup instead.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 defined in
ExtendedAttributeDefinition.Formula
(ExtendedAttributeDefinition.getFormula_Rename_Namesake()
/ExtendedAttributeDefinition.setFormula(String)
).- 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
-
-