All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.payintech.smoney.enumeration.CountryCodeEnum Maven / Gradle / Ivy

/*
 * The MIT License (MIT)
 *
 * Copyright (c) 2013 - 2016 PayinTech
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
package com.payintech.smoney.enumeration;

/**
 * CountryCodeEnum.
 *
 * @author Pierre Adam
 * @author Jean-Pierre Boudic
 * @version 15.11.01
 * @see ISO 3166-1
 * @since 15.11.01
 */
public enum CountryCodeEnum {

    /**
     * @since 15.11.01
     */
    FR,

    /**
     * @since 15.11.01
     */
    AT,

    /**
     * @since 15.11.01
     */
    AU,

    /**
     * @since 15.11.01
     */
    BE,

    /**
     * @since 15.11.01
     */
    BG,

    /**
     * @since 15.11.01
     */
    BR,

    /**
     * @since 15.11.01
     */
    CA,

    /**
     * @since 15.11.01
     */
    CH,

    /**
     * @since 15.11.01
     */
    CY,

    /**
     * @since 15.11.01
     */
    CZ,

    /**
     * @since 15.11.01
     */
    DE,

    /**
     * @since 15.11.01
     */
    DK,

    /**
     * @since 15.11.01
     */
    EE,

    /**
     * @since 15.11.01
     */
    ES,

    /**
     * @since 15.11.01
     */
    FI,

    /**
     * @since 15.11.01
     */
    GB,

    /**
     * @since 15.11.01
     */
    GR,

    /**
     * @since 15.11.01
     */
    HK,

    /**
     * @since 15.11.01
     */
    HR,

    /**
     * @since 15.11.01
     */
    HU,

    /**
     * @since 15.11.01
     */
    IE,

    /**
     * @since 15.11.01
     */
    IN,

    /**
     * @since 15.11.01
     */
    IS,

    /**
     * @since 15.11.01
     */
    IT,

    /**
     * @since 15.11.01
     */
    JP,

    /**
     * @since 15.11.01
     */
    KR,

    /**
     * @since 15.11.01
     */
    LI,

    /**
     * @since 15.11.01
     */
    LT,

    /**
     * @since 15.11.01
     */
    LU,

    /**
     * @since 15.11.01
     */
    LV,

    /**
     * @since 15.11.01
     */
    MT,

    /**
     * @since 15.11.01
     */
    MX,

    /**
     * @since 15.11.01
     */
    NL,

    /**
     * @since 15.11.01
     */
    NO,

    /**
     * @since 15.11.01
     */
    PL,

    /**
     * @since 15.11.01
     */
    PT,

    /**
     * @since 15.11.01
     */
    RO,

    /**
     * @since 15.11.01
     */
    SE,

    /**
     * @since 15.11.01
     */
    SG,

    /**
     * @since 15.11.01
     */
    SI,

    /**
     * @since 15.11.01
     */
    SK,

    /**
     * @since 15.11.01
     */
    US,

    /**
     * @since 15.11.01
     */
    ZA,

    /**
     * @since 15.11.01
     */
    NONE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy