Package com.aspose.tasks
Class FilterOperation
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.FilterOperation
-
public final class FilterOperation extends com.aspose.ms.System.Enum
Specifies how the criterion established with FieldName, FilterComparisonType, and Value relates to other criteria in the filter.
-
-
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
-
Undefined
public static final int Undefined
Undefined.
- See Also:
- Constant Field Values
-
And
public static final int And
AND operator.
- See Also:
- Constant Field Values
-
Or
public static final int Or
OR operator.
- See Also:
- Constant Field Values
-
-