public class Countries extends Object
| Constructor and Description |
|---|
Countries() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getCode2FromName(String fullName)
For a given Name get the 2 Letter Country Code for it
|
static String |
getCode3FromName(String fullName)
For a given Name get the 3 Letter Country Code for it
|
static String |
getNameFrom2Code(String countryCode)
Get Name from 2 Letter Code
|
static String |
getNameFrom3Code(String countryCode)
Get Name from 3 Letter Code
|
static String |
getNameFromCode(String countryCode)
Get Name from 2 or 3 Letter Code
|
public static String getCode2FromName(String fullName)
fullName - public static String getCode3FromName(String fullName)
fullName - public static String getNameFrom2Code(String countryCode)
countryCode - public static String getNameFrom3Code(String countryCode)
countryCode - Copyright © 2018. All rights reserved.