public class Country extends Object
| Constructor and Description |
|---|
Country(int id) |
Country(int id,
boolean hasStates) |
| Modifier and Type | Method and Description |
|---|---|
void |
addName(Locale loc,
String name) |
static Country |
getById(int id) |
static Iterator<Country> |
getCountries(Locale loc) |
boolean |
getHasStates() |
int |
getId() |
static ListData |
getListData(LocalizedListData list) |
static ListData |
getListData(String name) |
static Set<Locale> |
getLocales() |
String |
getName(Locale loc) |
List<State> |
getStates() |
boolean |
hasStates() |
static void |
init() |
static void |
main(String[] args) |
String |
toString() |
public int getId()
public boolean hasStates()
public boolean getHasStates()
public static Country getById(int id)
public static ListData getListData(LocalizedListData list)
public static void init()
throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.