|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.ui.structs.EmailAddressStruct
public class EmailAddressStruct
A decorated email address used in parsing utility methods. This is not a persistent data structure.
| Field Summary | |
|---|---|
protected java.lang.String |
address
The base email address. |
protected java.lang.String |
name
This is the name for this email address, to the best extent it could be determined. |
protected int |
validity
The extent to which the name and address fields are known to be valid or invalid. |
| Constructor Summary | |
|---|---|
EmailAddressStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String address
user@domain.com
user@domain.comprotected java.lang.String name
Support Team >support@meetingsetup.com>
then the name would be "Support Team" and the address would
be "support@meetingsetup.com"
protected int validity
enumerated constant values:
INVALID("Invalid") = 0NAMEGUESS("Name inferred") = 1VALID("Valid") = 10CONFIRMED("Confirmed") = 11| Constructor Detail |
|---|
public EmailAddressStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||