com.aspose.tasks

Interfaces

Classes

Exceptions

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 Field and Value that acts as selection criteria for the filter.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Contains
      Field contains Value.
      static int ContainsExactly
      Field exactly contains Value.
      static int DoesNotContain
      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 IsWithin
      The value of Field is within Value.
      static int Undefined
      Undefined value.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • 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
      • DoesNotContain

        public static final int DoesNotContain

        Field does not contain Value.

        See Also:
        Constant Field Values
      • ContainsExactly

        public static final int ContainsExactly

        Field exactly contains Value.

        See Also:
        Constant Field Values