An address.
Constant Summary
| int | HOME | |
| int | UNKNOWN | Address type. |
| int | WORK |
Inherited Constant Summary
Field Summary
| public String[] | addressLines | Formatted address, multiple lines when appropriate. |
| public int | type |
Public Constructor Summary
|
Address()
|
Inherited Method Summary
Constants
public static final int HOME
Constant Value: 2
public static final int UNKNOWN
Address type.
Constant Value: 0
public static final int WORK
Constant Value: 1
Fields
public String[] addressLines
Formatted address, multiple lines when appropriate. This field always contains at least one line.