|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColumnMatcher
Interface for handling comparisons between column values.
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. |
Method Detail |
---|
boolean matches(Table table, java.lang.String columnName, java.lang.Object value1, java.lang.Object value2)
true
if the given value1 should be considered a match for the given value2
for the given column in the given table, false
otherwise.
table
- the relevant tablecolumnName
- the name of the relevant column within the tablevalue1
- 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 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |