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 ETimeSpanStatisticsHistoryBean. getCurrentTimeSpan()Methods in de.xima.fc.gui.bean.statistics with parameters of type ETimeSpan Modifier and Type Method Description voidStatisticsHistoryBean. 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 ETimeSpanETimeSpan. 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. 
 -