Class ISO3166_1AlphaCountryCode

    • Constructor Detail

      • ISO3166_1AlphaCountryCode

        public ISO3166_1AlphaCountryCode​(String value)
        Creates a new ISO 3166-1 alpha (letter-based) country code. Normalises the code to upper case.
        Parameters:
        value - The country code value. Must be alphabetic.
    • Method Detail

      • getCountryName

        public abstract String getCountryName()
        Returns the country name.
        Returns:
        The country name, null if not available.