Uses of Class
compbio.data.msa.Category

Packages that use Category
compbio.data.msa Web Service interfaces for JAva Bioinformatics Analysis Web Services. 
compbio.data.msa.jaxws   
 

Uses of Category in compbio.data.msa
 

Methods in compbio.data.msa that return types with arguments of type Category
static java.util.Set<Category> Category.getCategories()
           
 java.util.Set<Category> RegistryWS.getServiceCategories()
          Gets the list of services per category.
 

Uses of Category in compbio.data.msa.jaxws
 

Methods in compbio.data.msa.jaxws that return types with arguments of type Category
 java.util.Set<Category> GetServiceCategoriesResponse.getReturn()
           
 

Method parameters in compbio.data.msa.jaxws with type arguments of type Category
 void GetServiceCategoriesResponse.setReturn(java.util.Set<Category> _return)