Uses of Class
org.apache.wink.common.model.synd.SyndCategory

Packages that use SyndCategory
org.apache.wink.common.model.atom Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.wink.common.model.rss   
org.apache.wink.common.model.synd   
 

Uses of SyndCategory in org.apache.wink.common.model.atom
 

Methods in org.apache.wink.common.model.atom that return SyndCategory
 SyndCategory AtomCategory.toSynd(SyndCategory value)
           
 

Methods in org.apache.wink.common.model.atom with parameters of type SyndCategory
 SyndCategory AtomCategory.toSynd(SyndCategory value)
           
 

Constructors in org.apache.wink.common.model.atom with parameters of type SyndCategory
AtomCategory(SyndCategory value)
           
 

Uses of SyndCategory in org.apache.wink.common.model.rss
 

Methods in org.apache.wink.common.model.rss that return SyndCategory
 SyndCategory RssCategory.toSynd(SyndCategory syndCategory)
          Maps an RssCategory object into a SyndCategory object.
 

Methods in org.apache.wink.common.model.rss with parameters of type SyndCategory
 SyndCategory RssCategory.toSynd(SyndCategory syndCategory)
          Maps an RssCategory object into a SyndCategory object.
 

Constructors in org.apache.wink.common.model.rss with parameters of type SyndCategory
RssCategory(SyndCategory syndCategory)
          Creates an RssCategory object out of a SyndCategory object.
 

Uses of SyndCategory in org.apache.wink.common.model.synd
 

Methods in org.apache.wink.common.model.synd that return types with arguments of type SyndCategory
 java.util.List<SyndCategory> SyndBase.getCategories()
           
 

Methods in org.apache.wink.common.model.synd with parameters of type SyndCategory
 void SyndBase.addCategory(SyndCategory category)
          Add a category to the list of categories.
 

Constructors in org.apache.wink.common.model.synd with parameters of type SyndCategory
SyndCategory(SyndCategory other)
           
 



Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.