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

com.sportdataapi.data.SimpleMatchStatus Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.sportdataapi.data;

/**
 * Provide simple match status.
 * @author ralph
 *
 */
public enum SimpleMatchStatus {

	NOT_STARTED,
	INPLAY,
	FINISHED,
	ABORTED,
	POSTPONED,
	CANCELLED;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy