|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.mail.Address
public abstract class Address
This abstract class models the addresses in a message. Addresses are Serializable so that they may be serialized along with other search terms.
| Constructor Summary | |
|---|---|
Address()
|
|
| Method Summary | |
|---|---|
abstract boolean |
equals(Object object)
Subclasses must provide a suitable implementation of equals(). |
abstract String |
getType()
Return a String that identifies this address type. |
abstract String |
toString()
Subclasses must provide a suitable representation of their address. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Address()
| Method Detail |
|---|
public abstract boolean equals(Object object)
equals in class Objectobject - the object to compare t
public abstract String getType()
public abstract String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||