|
|||||||||
| 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(java.lang.Object object)
Subclasses must provide a suitable implementation of equals(). |
abstract java.lang.String |
getType()
Return a String that identifies this address type. |
abstract java.lang.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(java.lang.Object object)
equals in class java.lang.Objectobject - the object to compare t
public abstract java.lang.String getType()
public abstract java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||