|
||||||||||
| 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
An address representing an endpoint in a messaging system. Subclasses of this class should normally be serializable.
| Constructor Summary | |
|---|---|
Address()
|
|
| Method Summary | |
|---|---|
abstract boolean |
equals(java.lang.Object obj)
|
abstract java.lang.String |
getType()
Returns the type of this address. |
abstract java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Address()
| Method Detail |
|---|
public abstract java.lang.String getType()
public abstract java.lang.String toString()
toString in class java.lang.Objectpublic abstract boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||