public class ISOCountry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ISOCountry.Country
List of valid Iso Country, shows 2 letter abbreviation and country human readable name
|
Constructor and Description |
---|
ISOCountry() |
Modifier and Type | Method and Description |
---|---|
static ISOCountry.Country |
getCountryByCode(String code) |
static ISOCountry.Country |
getCountryByDescription(String description) |
static String[] |
getDescriptionsAsArray() |
public static ISOCountry.Country getCountryByCode(String code)
code
- public static ISOCountry.Country getCountryByDescription(String description)
description
- public static String[] getDescriptionsAsArray()
Copyright © 2005–2020 jthink.net. All rights reserved.