Uses of Class
com.kpro.dataobjects.Category

Packages that use Category
com.kpro.dataobjects   
com.kpro.parser   
 

Uses of Category in com.kpro.dataobjects
 

Fields in com.kpro.dataobjects with type parameters of type Category
private  java.util.ArrayList<Category> Case.categories
           
 

Methods in com.kpro.dataobjects that return Category
 Category Case.getCategory(int i)
          Returns the ith category
static Category Category.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Category[] Category.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.kpro.dataobjects that return types with arguments of type Category
 java.util.ArrayList<Category> Case.getCategories()
          Gets the categories
 

Methods in com.kpro.dataobjects with parameters of type Category
 void Case.addCategory(Category c)
          Adds a category to the case
 

Constructor parameters in com.kpro.dataobjects with type arguments of type Category
Case(java.util.ArrayList<Purpose> purpose, java.util.ArrayList<Retention> retention, java.util.ArrayList<Recipient> recipients, java.util.ArrayList<Category> categories, java.lang.String datatype)
           
 

Uses of Category in com.kpro.parser
 

Fields in com.kpro.parser with type parameters of type Category
private  java.util.ArrayList<Category> P3PParser.XMLParserHandler.categories