java.io.SerializableFromStringTerm, RecipientStringTermpublic abstract class AddressStringTerm extends StringTerm
ignoreCase, pattern| Modifier | Constructor | Description |
|---|---|---|
protected |
AddressStringTerm(java.lang.String pattern) |
Constructor.
|
| Modifier and Type | Method | 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.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitmatchgetIgnoreCase, getPattern, hashCode, matchprotected 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