Uses of Class
de.xima.fc.gui.bean.statistics.model.ProjectCounts
- 
Packages that use ProjectCounts Package Description de.xima.fc.gui.bean.statistics.model  - 
- 
Uses of ProjectCounts in de.xima.fc.gui.bean.statistics.model
Methods in de.xima.fc.gui.bean.statistics.model that return types with arguments of type ProjectCounts Modifier and Type Method Description static Collector<ProjektZaehlerDaten,?,List<ProjectCounts>>ProjectCounts. collectingProjectCounterData()Gets aCollectorthat accumulates all data into a singleProjectCountsobject (by summing all individual values), one for each project.Methods in de.xima.fc.gui.bean.statistics.model with parameters of type ProjectCounts Modifier and Type Method Description static NumberEProjectAttribute. calls(ProjectCounts data)static NumberEProjectAttribute. errors(ProjectCounts data)static NumberEProjectAttribute. submits(ProjectCounts data)NumberEProjectAttribute. value(ProjectCounts data) 
 -