|
|||||||||
| Home >> All >> javax >> [ mail overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.mail
Class Address

java.lang.Objectjavax.mail.Address
- All Implemented Interfaces:
- java.io.Serializable
- public abstract class Address
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
This abstract class models the addresses in a message. Addresses are Serializable so that they may be serialized along with other search terms.
- Version:
- $Rev: 125583 $ $Date: 2005-01-18 19:44:27 -0800 (Tue, 18 Jan 2005) $
| 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 |
Address
public Address()
| Method Detail |
equals
public abstract boolean equals(java.lang.Object object)
- Subclasses must provide a suitable implementation of equals().
getType
public abstract java.lang.String getType()
- Return a String that identifies this address type.
toString
public abstract java.lang.String toString()
- Subclasses must provide a suitable representation of their address.
|
|||||||||
| Home >> All >> javax >> [ mail overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
javax.mail.Address