Package com.aspose.tasks
Class FilterComparisonType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.FilterComparisonType
-
public final class FilterComparisonType extends com.aspose.ms.System.Enum
The type of comparison made between FieldName and Value that acts as selection criteria for the filter.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Contains
The value of Field contains Value.static int
ContainsExactly
The value of Field exactly contains Value.static int
DoesNotContain
The value of Field does not contain Value.static int
DoesNotEqual
The value of Field does not equal Value.static int
Equals
The value of Field equals Value.static int
IsGreaterThan
The value of Field is greater than Value.static int
IsGreaterThanOrEqualTo
The value of Field is greater than or equal to Value.static int
IsLessThan
The value of Field is less than Value.static int
IsLessThanOrEqualTo
The value of Field is less than or equal to Value.static int
IsNotWithin
The value of Field is not within Value.static int
IsOneOf
The value of Field equals to one of the specified Values.static int
IsWithin
The value of Field is within Value.static int
Undefined
Undefined value.
-
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
-
Equals
public static final int Equals
The value of Field equals Value.
- See Also:
- Constant Field Values
-
DoesNotEqual
public static final int DoesNotEqual
The value of Field does not equal Value.
- See Also:
- Constant Field Values
-
IsGreaterThan
public static final int IsGreaterThan
The value of Field is greater than Value.
- See Also:
- Constant Field Values
-
IsGreaterThanOrEqualTo
public static final int IsGreaterThanOrEqualTo
The value of Field is greater than or equal to Value.
- See Also:
- Constant Field Values
-
IsLessThan
public static final int IsLessThan
The value of Field is less than Value.
- See Also:
- Constant Field Values
-
IsLessThanOrEqualTo
public static final int IsLessThanOrEqualTo
The value of Field is less than or equal to Value.
- See Also:
- Constant Field Values
-
IsWithin
public static final int IsWithin
The value of Field is within Value.
- See Also:
- Constant Field Values
-
IsNotWithin
public static final int IsNotWithin
The value of Field is not within Value.
- See Also:
- Constant Field Values
-
Contains
public static final int Contains
The value of Field contains Value.
- See Also:
- Constant Field Values
-
DoesNotContain
public static final int DoesNotContain
The value of Field does not contain Value.
- See Also:
- Constant Field Values
-
ContainsExactly
public static final int ContainsExactly
The value of Field exactly contains Value.
- See Also:
- Constant Field Values
-
IsOneOf
public static final int IsOneOf
The value of Field equals to one of the specified Values. Used in AutoFilters.
- See Also:
- Constant Field Values
-
Undefined
public static final int Undefined
Undefined value.
- See Also:
- Constant Field Values
-
-