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

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

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

/**
 * Units of barometric pressure.
 * @author "Federico De Faveri [email protected]"
 */
public enum PressureUnit {
	
	/**
	 * Pounds per square inch.
	 */
	IN,
	
	/**
	 * Millibars.
	 */
	MB;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy