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

com.github.fedy2.weather.binding.Constants Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
/**
 * 
 */
package com.github.fedy2.weather.binding;

/**
 * @author "Federico De Faveri [email protected]"
 *
 */
public class Constants {
	public static final String YWEATHER_NAMESPACE = "yweather";
	public static final String YWEATHER_NAMESPACE_URI = "http://xml.weather.yahoo.com/ns/rss/1.0";
	public static final String GEO_NAMESPACE_URI = "http://www.w3.org/2003/01/geo/wgs84_pos#";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy