Uses of Class
de.xima.fc.gui.bean.statistics.model.EProjectAttribute
-
Packages that use EProjectAttribute Package Description de.xima.fc.gui.bean.statistics de.xima.fc.gui.bean.statistics.model -
-
Uses of EProjectAttribute in de.xima.fc.gui.bean.statistics
Methods in de.xima.fc.gui.bean.statistics that return EProjectAttribute Modifier and Type Method Description EProjectAttribute
StatisticsTopListBean. getAttribute()
Methods in de.xima.fc.gui.bean.statistics that return types with arguments of type EProjectAttribute Modifier and Type Method Description List<EProjectAttribute>
StatisticsTopListBean. getAttributes()
Methods in de.xima.fc.gui.bean.statistics with parameters of type EProjectAttribute Modifier and Type Method Description void
StatisticsTopListBean. setAttribute(EProjectAttribute attribute)
-
Uses of EProjectAttribute in de.xima.fc.gui.bean.statistics.model
Methods in de.xima.fc.gui.bean.statistics.model that return EProjectAttribute Modifier and Type Method Description static EProjectAttribute
EProjectAttribute. fromString(String text)
static EProjectAttribute
EProjectAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static EProjectAttribute[]
EProjectAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-