Uses of Class
pusu.data.OutputFeedFactory.FeedType

Packages that use OutputFeedFactory.FeedType
pusu.communicator   
pusu.data   
 

Uses of OutputFeedFactory.FeedType in pusu.communicator
 

Methods in pusu.communicator that return OutputFeedFactory.FeedType
 OutputFeedFactory.FeedType SubscriptionInfo.getFeedType()
          Palauttaa tilattavan syötteen muodon.
 

Constructors in pusu.communicator with parameters of type OutputFeedFactory.FeedType
SubscriptionInfo(java.util.Date since, java.util.Date until, java.lang.String feedName, int minInterval, int maxItems, OutputFeedFactory.FeedType feedType, SubscriptionInfo.ItemsFrom itemsFrom)
          Muodostaa uuden ilmentymän luokasta.
 

Uses of OutputFeedFactory.FeedType in pusu.data
 

Methods in pusu.data that return OutputFeedFactory.FeedType
static OutputFeedFactory.FeedType OutputFeedFactory.FeedType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OutputFeedFactory.FeedType[] OutputFeedFactory.FeedType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pusu.data with parameters of type OutputFeedFactory.FeedType
static OutputFeed OutputFeedFactory.createFeed(java.lang.String title, OutputFeedFactory.FeedType feedType)
          Luo uuden halutun tyyppisen ulosmenevän syötteen.