public static final enum javax.swing
RowFilter.ComparisonType


Hide details Login
Java SE 6
  
Extends: Enum
Contained within: RowFilter

Enumeration of the possible comparison values supported by some of the default RowFilters.
since1.6
See also javax.swing.RowFilter

Enum constants
final public static RowFilter.ComparisonType BEFORE
Indicates that entries with a value before the supplied value should be included.
final public static RowFilter.ComparisonType AFTER
Indicates that entries with a value after the supplied value should be included.
final public static RowFilter.ComparisonType EQUAL
Indicates that entries with a value equal to the supplied value should be included.
final public static RowFilter.ComparisonType NOT_EQUAL
Indicates that entries with a value not equal to the supplied value should be included.

Methods
public static RowFilter.ComparisonType valueOf(String name)
public static RowFilter.ComparisonType[] values()