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.EnumThe 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 intContainsThe value of Field contains Value.static intContainsExactlyThe value of Field exactly contains Value.static intDoesNotContainThe value of Field does not contain Value.static intDoesNotEqualThe value of Field does not equal Value.static intEqualsThe value of Field equals Value.static intIsGreaterThanThe value of Field is greater than Value.static intIsGreaterThanOrEqualToThe value of Field is greater than or equal to Value.static intIsLessThanThe value of Field is less than Value.static intIsLessThanOrEqualToThe value of Field is less than or equal to Value.static intIsNotWithinThe value of Field is not within Value.static intIsOneOfThe value of Field equals to one of the specified Values.static intIsWithinThe value of Field is within Value.static intUndefinedUndefined 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
-
-