For the development of a new feature that enables filling a data warehouse with selected product data and enumeration values, Faktor-IPS 20.6 has been enhanced to now write a ToC entry for all enum types. With these, the runtime repository can list all enumeration types defined in a Faktor-IPS project, “real” Java enums as well as extensible enums with separated content, via the getAllEnumClasses
method and return their values with getEnumValues(Class)
.