Uses of Enum Class
eu.bandm.tscore.base.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
Modifier and TypeFieldDescription(package private) final GroupCollector.Kind
GroupCollector.GroupEvent.kind
Whether start, end, or singletonModifier 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.ModifierConstructorDescription(package private)
GroupEvent
(GroupCollector.Kind kind, @Opt String parenthesis, @Opt String name, @Opt Integer number, String additionalText) Constructor which sets all parameters.