Uses of Class
pt.cienciavitae.ns.statistic.TotalCtype
-
Packages that use TotalCtype Package Description pt.cienciavitae.ns.statistic -
-
Uses of TotalCtype in pt.cienciavitae.ns.statistic
Fields in pt.cienciavitae.ns.statistic declared as TotalCtype Modifier and Type Field Description protected TotalCtypeStatistics. institutionsprotected TotalCtypeStatistics. journalArticlesprotected TotalCtypeStatistics. personsprotected TotalCtypeStatistics. projectsMethods in pt.cienciavitae.ns.statistic that return TotalCtype Modifier and Type Method Description TotalCtypeObjectFactory. createTotalCtype()Create an instance ofTotalCtypeTotalCtypeStatistics. getInstitutions()Gets the value of the institutions property.TotalCtypeStatistics. getJournalArticles()Gets the value of the journalArticles property.TotalCtypeStatistics. getPersons()Gets the value of the persons property.TotalCtypeStatistics. getProjects()Gets the value of the projects property.Methods in pt.cienciavitae.ns.statistic with parameters of type TotalCtype Modifier and Type Method Description voidStatistics. setInstitutions(TotalCtype value)Sets the value of the institutions property.voidStatistics. setJournalArticles(TotalCtype value)Sets the value of the journalArticles property.voidStatistics. setPersons(TotalCtype value)Sets the value of the persons property.voidStatistics. setProjects(TotalCtype value)Sets the value of the projects property.
-