org.ujac.util.table
Class GreaterEqualsRowFilterRule

java.lang.Object
  extended by org.ujac.util.table.BaseRowFilterRule
      extended by org.ujac.util.table.GreaterEqualsRowFilterRule
All Implemented Interfaces:
RowFilterRule

public class GreaterEqualsRowFilterRule
extends BaseRowFilterRule

Name: GreaterEqualsRowFilterRule
Description: Test whether or not the checked fields values are greater or equal than the specified value.

Author:
lauerc

Field Summary
 
Fields inherited from class org.ujac.util.table.BaseRowFilterRule
columnIndex, columnName
 
Constructor Summary
GreaterEqualsRowFilterRule(String columnName, Comparable value)
          Constructs a EqualsRowFilterRule instance with specific attributes.
 
Method Summary
 boolean test(Row row)
          Tests the filter rule for the given row.
 
Methods inherited from class org.ujac.util.table.BaseRowFilterRule
setup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreaterEqualsRowFilterRule

public GreaterEqualsRowFilterRule(String columnName,
                                  Comparable value)
Constructs a EqualsRowFilterRule instance with specific attributes.

Parameters:
columnName - The column name.
value - The value to compare.
Method Detail

test

public boolean test(Row row)
             throws TableException
Description copied from interface: RowFilterRule
Tests the filter rule for the given row.

Parameters:
row - The row to test.
Returns:
true in case the test was successfully passed valid, else false.
Throws:
TableException - In case a table handling failure occurred.
See Also:
RowFilterRule.test(org.ujac.util.table.Row)


Copyright © 2003-2004 UJAC.org. All Rights Reserved.