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.EnumSpecifies the type of a custom attribute for the
ExtendedAttributeDefinitionclass.
-
-
Field Summary
Fields Modifier and Type Field Description static intCalculationMeans the extended attribute can calculate data for a single task or resource.static intLookupMeans the extended attribute has a lookup table to select values from.static intNoneMeans the extended attribute has no lookup table.static intRollupMeans the extended attribute will summarized at the task and group summary levels.
-
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 extended attribute has a lookup table to select values from.
- See Also:
- Constant Field Values
-
Rollup
public static final int Rollup
Means the extended attribute will summarized at the task and group summary levels.
- See Also:
- Constant Field Values
-
Calculation
public static final int Calculation
Means the extended attribute can calculate data for a single task or resource.
- See Also:
- Constant Field Values
-
-