Uses of Class
edu.hm.hafner.analysis.parser.jcreport.Item
-
Packages that use Item Package Description edu.hm.hafner.analysis.parser.jcreport JC Report parser. -
-
Uses of Item in edu.hm.hafner.analysis.parser.jcreport
Methods in edu.hm.hafner.analysis.parser.jcreport that return types with arguments of type Item Modifier and Type Method Description List<Item>File. getItems()Getter for the Item-Collection.Methods in edu.hm.hafner.analysis.parser.jcreport with parameters of type Item Modifier and Type Method Description voidFile. addItem(Item item)Adds an Item-Object to the collection items.
-