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

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

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

/**
 * Barometric pressure states.
 * @author "Federico De Faveri [email protected]"
 */
public enum BarometricPressureState {
	/**
	 * Steady.
	 */
	STEADY,
	
	/**
	 * Rising. 
	 */
	RISING,
	
	/**
	 * Falling. 
	 */
	FALLING;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy