org.ujac.util.table
Class LessEqualsRowFilterRule

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

public class LessEqualsRowFilterRule
extends BaseRowFilterRule

Name: LessEqualsRowFilterRule
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
LessEqualsRowFilterRule(String columnName, Comparable value)
          Constructs a LessEqualsRowFilterRule 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

LessEqualsRowFilterRule

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

Parameters:
columnName - The column name.
value - The value to compare.
Throws:
TableException - In case the given column was not defined.
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.