org.rometools.feed.module.yahooweather
Interface YWeatherModule

All Superinterfaces:
Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, Serializable
All Known Subinterfaces:
YWeatherEntryModule, YWeatherFeedModule, YWeatherModuleImpl.CopyFromInterface
All Known Implementing Classes:
YWeatherModuleImpl

public interface YWeatherModule
extends com.sun.syndication.feed.module.Module

A simple parent interface that defines the feed URI

Version:
$Id: YWeatherModule.java,v 1.2 2008/01/22 14:50:06 kebernet Exp $
Author:
Robert "kebernet" Cooper

Field Summary
static String URI
          "http://xml.weather.yahoo.com/ns/rss/1.0"
 
Method Summary
 
Methods inherited from interface com.sun.syndication.feed.module.Module
clone, getUri
 
Methods inherited from interface com.sun.syndication.feed.CopyFrom
copyFrom, getInterface
 

Field Detail

URI

static final String URI
"http://xml.weather.yahoo.com/ns/rss/1.0"

See Also:
Constant Field Values


Copyright © 2013 ROME Project. All Rights Reserved.