Summer.Batch.Extra.Sort.Legacy.Filter Namespace Reference

Classes

class  AbstractLegacyFilter
 Abstract base class for legacy filters based on byte array records. The filter compares two values using IAccessor<T>. More...
 
class  DecimalFilter
 Implementation of AbstractLegacyFilter<T> for comparing decimals. More...
 
class  StringFilter
 Implementation of AbstractLegacyFilter<T> for comparing strings. More...
 
class  SubstringFilter
 Implementation of AbstractLegacyFilter<T> for substring comparison. More...
 

Enumerations

enum  ComparisonOperator {
  ComparisonOperator.Eq, ComparisonOperator.Ne, ComparisonOperator.Gt, ComparisonOperator.Ge,
  ComparisonOperator.Lt, ComparisonOperator.Le
}
 Enumeration of the different comparison possibles for filter. More...
 

Enumeration Type Documentation

Enumeration of the different comparison possibles for filter.

Enumerator
Eq 

The two parts must be equal

Ne 

The two parts must be different

Gt 

the first part must be greater than the second part

Ge 

the first part must be greater than or equal to the second part

Lt 

the first part must be lower than the second part

Le 

the first part must be lower than or equal to the second part