Uses of Enum Class
eu.bandm.tscore.base.GroupCollector.Kind
Packages that use GroupCollector.Kind
Package
Description
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework.-
Uses of GroupCollector.Kind in eu.bandm.tscore.base
Fields in eu.bandm.tscore.base declared as GroupCollector.KindModifier and TypeFieldDescription(package private) final GroupCollector.Kind
GroupCollector.GroupEvent.kind
Whether start, end, or singletonMethods in eu.bandm.tscore.base that return GroupCollector.KindModifier and TypeMethodDescriptionstatic GroupCollector.Kind
Returns the enum constant of this class with the specified name.static GroupCollector.Kind[]
GroupCollector.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.bandm.tscore.base with parameters of type GroupCollector.KindModifierConstructorDescription(package private)
GroupEvent
(GroupCollector.Kind kind, @Opt String parenthesis, @Opt String name, @Opt Integer number, String additionalText) Constructor which sets all parameters.