Uses of Class
de.xima.fc.gui.bean.statistics.model.ETimeSpan
-
Packages that use ETimeSpan Package Description de.xima.fc.gui.bean.statistics de.xima.fc.gui.bean.statistics.model -
-
Uses of ETimeSpan in de.xima.fc.gui.bean.statistics
Methods in de.xima.fc.gui.bean.statistics that return ETimeSpan Modifier and Type Method Description ETimeSpan
StatisticsHistoryBean. getCurrentTimeSpan()
Methods in de.xima.fc.gui.bean.statistics with parameters of type ETimeSpan Modifier and Type Method Description void
StatisticsHistoryBean. setCurrentTimeSpan(ETimeSpan currentTimeSpan)
-
Uses of ETimeSpan in de.xima.fc.gui.bean.statistics.model
Methods in de.xima.fc.gui.bean.statistics.model that return ETimeSpan Modifier and Type Method Description static ETimeSpan
ETimeSpan. valueOf(String name)
Returns the enum constant of this type with the specified name.static ETimeSpan[]
ETimeSpan. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-