ComponentAccumulator: Allow setting sequence names from enums
Allow setting sequence names from enums. This is a preparation for generator sequences where there's a predefined list of sequences that I want to store in an enum for type-safe access. I wanted to avoid explicit casting with .value
each time.
Opening in 24.0 to keep core CA infrastructure in sync.