Uses of Class
org.norvelle.textcite.model.CitationCategoryCollection

Packages that use CitationCategoryCollection
org.norvelle.textcite.model This package contains the classes used for the TextCite data model. 
 

Uses of CitationCategoryCollection in org.norvelle.textcite.model
 

Methods in org.norvelle.textcite.model that return CitationCategoryCollection
 CitationCategoryCollection Citation.getCategories()
          Returns the list of Category objects associated with this Citation.
 

Methods in org.norvelle.textcite.model with parameters of type CitationCategoryCollection
 void Citation.setCategories(CitationCategoryCollection categoryList)
          Set the list of categories associated with this Citation.