Uses of Class
de.xima.fc.gui.bean.statistics.model.ETimeScale
-
Packages that use ETimeScale Package Description de.xima.fc.gui.bean.statistics de.xima.fc.gui.bean.statistics.model -
-
Uses of ETimeScale in de.xima.fc.gui.bean.statistics
Methods in de.xima.fc.gui.bean.statistics that return ETimeScale Modifier and Type Method Description ETimeScale
StatisticsHistoryBean. getTimeScale()
Methods in de.xima.fc.gui.bean.statistics that return types with arguments of type ETimeScale Modifier and Type Method Description List<ETimeScale>
StatisticsHistoryBean. getTimeScales()
Method to get all available time intervals.Methods in de.xima.fc.gui.bean.statistics with parameters of type ETimeScale Modifier and Type Method Description void
StatisticsHistoryBean. setTimeScale(ETimeScale timeScale)
-
Uses of ETimeScale in de.xima.fc.gui.bean.statistics.model
Methods in de.xima.fc.gui.bean.statistics.model that return ETimeScale Modifier and Type Method Description static ETimeScale
ETimeScale. valueOf(String name)
Returns the enum constant of this type with the specified name.static ETimeScale[]
ETimeScale. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-