com.openexchange.mail.search
Interface ComparablePattern<P>


public interface ComparablePattern<P>

ComparablePattern

Author:
Thorben Betten

Method Summary
 ComparisonType getComparisonType()
          Gets the comparison type.
 P getPattern()
          Gets the pattern.
 

Method Detail

getComparisonType

ComparisonType getComparisonType()
Gets the comparison type.

Returns:
The comparison type

getPattern

P getPattern()
Gets the pattern.

Returns:
The pattern