Uses of Enum Class
de.gematik.prepare.pooling.GroupMatchStrategyType
Packages that use GroupMatchStrategyType
-
Uses of GroupMatchStrategyType in de.gematik.prepare
Methods in de.gematik.prepare that return GroupMatchStrategyTypeModifier and TypeMethodDescriptionPrepareItemsConfig.getDefaultMatchStrategy()PrepareItemsMojo.getDefaultMatchStrategy()Default matching strategy.Methods in de.gematik.prepare with parameters of type GroupMatchStrategyTypeModifier and TypeMethodDescriptionPrepareItemsConfig.PrepareItemsConfigBuilder.defaultMatchStrategy(GroupMatchStrategyType defaultMatchStrategy) voidPrepareItemsConfig.setDefaultMatchStrategy(GroupMatchStrategyType defaultMatchStrategy) voidPrepareItemsMojo.setDefaultMatchStrategy(GroupMatchStrategyType defaultMatchStrategy) Default matching strategy. -
Uses of GroupMatchStrategyType in de.gematik.prepare.pooling
Methods in de.gematik.prepare.pooling that return GroupMatchStrategyTypeModifier and TypeMethodDescriptionPoolGroup.getStrategy()static GroupMatchStrategyTypeReturns the enum constant of this class with the specified name.static GroupMatchStrategyType[]GroupMatchStrategyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gematik.prepare.pooling with parameters of type GroupMatchStrategyTypeModifier and TypeMethodDescriptionvoidPoolGroup.setStrategy(GroupMatchStrategyType strategy) PoolGroup.PoolGroupBuilder.strategy(GroupMatchStrategyType strategy) Constructors in de.gematik.prepare.pooling with parameters of type GroupMatchStrategyTypeModifierConstructorDescriptionGroupMatcher(List<String> groups, GroupMatchStrategyType strategyType) PoolGroup(List<String> groupPattern, int amount, GroupMatchStrategyType strategy)