Uses of Enum Class
eu.bandm.tools.lablog.base.ToHtml.State
Packages that use ToHtml.State
Package
Description
Evaluation, statistics and renderings of bandm lab log format.
-
Uses of ToHtml.State in eu.bandm.tools.lablog.base
Fields in eu.bandm.tools.lablog.base with type parameters of type ToHtml.StateModifier and TypeFieldDescriptionToHtml.byAcceptorMap author of last accepting note of an issue -> current state -> issues by numberToHtml.byOpenerMap author of the opening issue -> current state -> issues by numberToHtml.byPackageMap package name -> current state -> issues by number.Methods in eu.bandm.tools.lablog.base that return ToHtml.StateModifier and TypeMethodDescriptionstatic ToHtml.StateReturns the enum constant of this class with the specified name.static ToHtml.State[]ToHtml.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.bandm.tools.lablog.base with parameters of type ToHtml.StateModifier and TypeMethodDescription(package private) voidToHtml.addToSurvey(Map<String, EnumMap<ToHtml.State, List<Integer>>> map, String key, ToHtml.State state, int issueNumber) Add the issue (given by number) into a survey map.Method parameters in eu.bandm.tools.lablog.base with type arguments of type ToHtml.StateModifier and TypeMethodDescription(package private) voidToHtml.addToSurvey(Map<String, EnumMap<ToHtml.State, List<Integer>>> map, String key, ToHtml.State state, int issueNumber) Add the issue (given by number) into a survey map.(package private) Element_tableToHtml.makeSurveyTable(String title, SortedMap<String, EnumMap<ToHtml.State, List<Integer>>> map, boolean isByPackage) Make rendering of the survey table, i.e.