public abstract class AddressStringTerm extends StringTerm
ignoreCase, pattern
Modifier | Constructor and Description |
---|---|
protected |
AddressStringTerm(java.lang.String pattern)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
match(Address address)
Tests if the patterm associated with this Term is a substring of
the address in the supplied object.
|
equals, getIgnoreCase, getPattern, hashCode, match
match
protected AddressStringTerm(java.lang.String pattern)
pattern
- the pattern to be comparedprotected boolean match(Address address)
address
-