it.vige.cities.Result Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cities-generator Show documentation
Show all versions of cities-generator Show documentation
Generate a file with the cities of your country
The newest version!
package it.vige.cities;
/**
* the state of the query
* @author lucastancapiano
*/
public enum Result {
/**
* OK
*/
OK,
/**
* KO
*/
KO
}