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 calculation of the custom attribute's value.
-
-
Field Summary
Fields Modifier and Type Field Description static intFormulaMeans the value of the extended attribute is calculated using formula defined inExtendedAttributeDefinition.Formula(ExtendedAttributeDefinition.getFormula()/ExtendedAttributeDefinition.setFormula(String)).static intLookupMeans the value of the extended attribute is restricted to values from a lookup table.static intNoneMeans the extended attribute has no lookup table of formula and simply stores value set by the user.
-
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
-
Formula
public static final int Formula
Means the value of the extended attribute is calculated using formula defined in
ExtendedAttributeDefinition.Formula(ExtendedAttributeDefinition.getFormula()/ExtendedAttributeDefinition.setFormula(String)).- See Also:
- Constant Field Values
-
-