com.sun.syndication.feed.module.yahooweather
Interface YWeatherModule

All Superinterfaces:
java.lang.Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, java.io.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 java.lang.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 java.lang.String URI
"http://xml.weather.yahoo.com/ns/rss/1.0"

See Also:
Constant Field Values


Copyright © 2006-2009. All Rights Reserved.