Class Inclusion
- java.lang.Object
- 
- org.silverpeas.components.jdbcconnector.service.comparators.Inclusion
 
- 
- All Implemented Interfaces:
- FieldValueComparator
 
 public class Inclusion extends Object implements FieldValueComparator The including comparator.- Author:
- mmoquillon
 
- 
- 
Constructor SummaryConstructors Constructor Description Inclusion()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancompare(Comparable value, Comparable referenceValue)Compares the value with the reference value.
 
- 
- 
- 
Method Detail- 
comparepublic boolean compare(Comparable value, Comparable referenceValue) Description copied from interface:FieldValueComparatorCompares the value with the reference value. The two specified values must be comparable.- Specified by:
- comparein interface- FieldValueComparator
- Parameters:
- value- the value to compare.
- referenceValue- the reference value the value is compared to.
- Returns:
- true if the comparing predicate between the two specified values is satisfied.
 
 
- 
 
-