|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EMailAddress
An interface to mark objects that can be used as the recipient of an e-mail message.
| Field Summary | |
|---|---|
static String |
INVALID_ADDR
Invalid e-mail address constant. |
static String |
VALID_ADDR_REGEXP
E-mail address validation regular expression. |
| Method Summary | |
|---|---|
String |
getEmail()
Returns the message recipient's e-mail address. |
String |
getName()
Returns the message recipient's name. |
| Field Detail |
|---|
static final String INVALID_ADDR
static final String VALID_ADDR_REGEXP
| Method Detail |
|---|
String getName()
String getEmail()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||