Movatterモバイル変換


[0]ホーム

URL:


         


Class Address

java.lang.Object  |  +--javax.mail.Address
Direct Known Subclasses:
InternetAddress,NewsAddress

public abstract classAddress
extends java.lang.Object

This abstract class models the addresses in a message. Subclasses provide specific implementations.


Address()
           
 
equals(java.lang.Object address)
          The equality operator.
getType()
          Return a type string that identifies this address type.
toString()
          Return a String representation of this address object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Address

publicAddress()

getType

public abstract java.lang.StringgetType()
Return a type string that identifies this address type.
Returns:
address type
See Also:
InternetAddress

toString

public abstract java.lang.StringtoString()
Return a String representation of this address object.
Overrides:
toString in classjava.lang.Object
Returns:
string representation of this address

equals

public abstract booleanequals(java.lang.Object address)
The equality operator.
Overrides:
equals in classjava.lang.Object
Parameters:
address - Address object

         


[8]ページ先頭

©2009-2025 Movatter.jp