Uses of Class
nl.surfnet.coin.csa.model.Category

Packages that use Category
nl.surfnet.coin.csa.model   
 

Uses of Category in nl.surfnet.coin.csa.model
 

Methods in nl.surfnet.coin.csa.model that return Category
 Category CategoryValue.getCategory()
           
 

Methods in nl.surfnet.coin.csa.model that return types with arguments of type Category
 List<Category> Taxonomy.getCategories()
           
 List<Category> Service.getCategories()
           
 

Methods in nl.surfnet.coin.csa.model with parameters of type Category
 void CategoryValue.setCategory(Category category)
           
 

Method parameters in nl.surfnet.coin.csa.model with type arguments of type Category
 void Taxonomy.setCategories(List<Category> categories)
           
 void Service.setCategories(List<Category> categories)
           
 

Constructor parameters in nl.surfnet.coin.csa.model with type arguments of type Category
Taxonomy(List<Category> categories)
           
 



Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.