public class AddressAppInfo extends CategoryAppInfo
CategoryAppInfo
with more details about the AddressRecord
.CategoryAppInfo.Category
Constructor and Description |
---|
AddressAppInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCountry()
Gets the country code (as ISO 3166-1-alpha-2 code).
|
String |
getLabel(AddressRecord.Label field)
Gets the label text for a label.
|
void |
setCountry(String country) |
void |
setLabel(AddressRecord.Label field,
String label) |
findCategoryByKey, findCategoryByName, getCategories, getCategoryByIndex, getCategoryByKey
public AddressAppInfo()
public String getLabel(AddressRecord.Label field)
field
- Label to get the label text frompublic void setLabel(AddressRecord.Label field, String label)
public String getCountry()
null
if the appinfo
country code was unknown.public void setCountry(String country)
Copyright © 2009–2017. All rights reserved.