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

com.github.fedy2.weather.data.unit.WeekDay Maven / Gradle / Ivy

The newest version!
package com.github.fedy2.weather.data.unit;

/**
 * @author "Federico De Faveri [email protected]"
 */
public enum WeekDay {
	MON,
	TUE,
	WED,
	THU,
	FRI,
	SAT,
	SUN;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy