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

io.legaldocml.model.Country Maven / Gradle / Ivy

The newest version!
package io.legaldocml.model;

/**
 * @author Jacques Militello
 */
public interface Country {

    String getAlpha2();

    String getAlpha3();

    int getNumeric();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy