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

it.vige.cities.Result Maven / Gradle / Ivy

The newest version!
package it.vige.cities;

/**
 * the state of the query
 * @author lucastancapiano
 */
public enum Result {
	
	/**
	 * OK
	 */
	OK, 
	
	/**
	 * KO
	 */
	KO
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy