javax.mail
Class Address
- Serializable
public abstract class Address
extends java.lang.Object
implements Serializable
An address representing an endpoint in a messaging system.
Subclasses of this class should normally be serializable.
abstract boolean | equals(Object obj)
|
abstract String | getType() - Returns the type of this address.
|
abstract String | toString()
|
equals
public abstract boolean equals(Object obj)
getType
public abstract String getType()
Returns the type of this address.
toString
public abstract String toString()
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved