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.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.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 The Apache Software Foundation. All Rights Reserved.