CalculationType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class CalculationType extends System.Enum
Specifies the type of a calculation of the custom attribute’s value.
Fields
Field | Description |
---|---|
Formula | Means the value of the extended attribute is calculated using formula defined in ExtendedAttributeDefinition.Formula (ExtendedAttributeDefinition.getFormula()/ExtendedAttributeDefinition.setFormula(String)). |
Lookup | Means the value of the extended attribute is restricted to values from a lookup table. |
None | Means the extended attribute has no lookup table of formula and simply stores value set by the user. |
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)).
Lookup
public static final int Lookup
Means the value of the extended attribute is restricted to values from a lookup table.
None
public static final int None
Means the extended attribute has no lookup table of formula and simply stores value set by the user.