Interface IConfigurableEnumeration<T extends IEnumOption>

All Superinterfaces:
IEnumeration<T>
All Known Implementing Classes:
RepoBasedEnumeration, TypedEnumeration

public interface IConfigurableEnumeration<T extends IEnumOption> extends IEnumeration<T>
Enumeration that is based on a configuration in repository.
Since:
3.8.1
See Also:
  • Method Details