Uses of Class
net.sourceforge.atunes.kernel.modules.podcast.FeedType

Packages that use FeedType
net.sourceforge.atunes.kernel.modules.podcast   
 

Uses of FeedType in net.sourceforge.atunes.kernel.modules.podcast
 

Methods in net.sourceforge.atunes.kernel.modules.podcast that return FeedType
 FeedType PodcastFeed.getFeedType()
          Gets the feed type.
static FeedType FeedType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FeedType[] FeedType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.atunes.kernel.modules.podcast with parameters of type FeedType
 void PodcastFeed.setFeedType(FeedType feedType)
          Sets the feed type.
 



Copyright © 2006-2008 The aTunes Team. All Rights Reserved.