Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

com.healthmarketscience.jackcess
Class SimpleColumnMatcher

java.lang.Object
  extended by com.healthmarketscience.jackcess.SimpleColumnMatcher
All Implemented Interfaces:
ColumnMatcher

public class SimpleColumnMatcher
extends java.lang.Object
implements ColumnMatcher

Simple concrete implementation of ColumnMatcher which test for equality.


Field Summary
static SimpleColumnMatcher INSTANCE
           
 
Constructor Summary
SimpleColumnMatcher()
           
 
Method Summary
 boolean matches(Table table, java.lang.String columnName, java.lang.Object value1, java.lang.Object value2)
          Returns true if the given value1 should be considered a match for the given value2 for the given column in the given table, false otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final SimpleColumnMatcher INSTANCE
Constructor Detail

SimpleColumnMatcher

public SimpleColumnMatcher()
Method Detail

matches

public boolean matches(Table table,
                       java.lang.String columnName,
                       java.lang.Object value1,
                       java.lang.Object value2)
Description copied from interface: ColumnMatcher
Returns true if the given value1 should be considered a match for the given value2 for the given column in the given table, false otherwise.

Specified by:
matches in interface ColumnMatcher
Parameters:
table - the relevant table
columnName - the name of the relevant column within the table
value1 - the first value to match (may be null)
value2 - the second value to match (may be null)

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013