Uses of Interface
org.apache.ws.muws.Category

Packages that use Category
org.apache.ws.muws   
org.apache.ws.muws.impl   
org.apache.ws.muws.v1_0.events   
org.apache.ws.muws.v1_0.events.impl   
 

Uses of Category in org.apache.ws.muws
 

Methods in org.apache.ws.muws that return Category
 Category Category.getGeneralization()
          Returns the next most general category in the categorization taxonomy.
 

Uses of Category in org.apache.ws.muws.impl
 

Classes in org.apache.ws.muws.impl that implement Category
 class CategoryImpl
          An XMLBeans-based implementation of a MUWS Category.
 

Methods in org.apache.ws.muws.impl that return Category
 Category CategoryImpl.getGeneralization()
           
 

Methods in org.apache.ws.muws.impl with parameters of type Category
 void CategoryImpl.setGeneralization(Category category)
           
 

Constructors in org.apache.ws.muws.impl with parameters of type Category
CategoryImpl(javax.xml.namespace.QName name, Category generalization)
           
 

Uses of Category in org.apache.ws.muws.v1_0.events
 

Methods in org.apache.ws.muws.v1_0.events that return Category
 Category Situation.getSituationCategory()
           
 

Uses of Category in org.apache.ws.muws.v1_0.events.impl
 

Methods in org.apache.ws.muws.v1_0.events.impl that return Category
 Category SituationImpl.getSituationCategory()
           
 

Constructors in org.apache.ws.muws.v1_0.events.impl with parameters of type Category
SituationImpl(Category situationCategory)
           
 



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.