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 |
|---|---|
boolean |
equals(java.lang.Object other) |
protected boolean |
match(Address a)
Indicates whether the address pattern specified in the constructor is a
substring of the string representation of the given address.
|
getIgnoreCase, getPattern, hashCode, matchmatchprotected AddressStringTerm(java.lang.String pattern)
pattern - the address pattern for comparisonprotected boolean match(Address a)
a - the addresspublic boolean equals(java.lang.Object other)
equals in class StringTerm© Copyright 2003, 2004 The Free Software Foundation, All rights reserved