Uses of Class
de.xima.fc.statistic.StatisticsPersister.ECountType
-
Packages that use StatisticsPersister.ECountType Package Description de.xima.fc.statistic -
-
Uses of StatisticsPersister.ECountType in de.xima.fc.statistic
Methods in de.xima.fc.statistic that return StatisticsPersister.ECountType Modifier and Type Method Description static StatisticsPersister.ECountType
StatisticsPersister.ECountType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatisticsPersister.ECountType[]
StatisticsPersister.ECountType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.statistic with parameters of type StatisticsPersister.ECountType Modifier and Type Method Description static void
StatisticsCounter. count(long projectId, StatisticsPersister.ECountType type)
-