Interface IEnumObjectFactory

All Superinterfaces:
IEnumFactory
All Known Implementing Classes:
AbstractObjectEnumFactory

public interface IEnumObjectFactory extends IEnumFactory
Warning: the IEnumFactory.getEnumeration(String, IContextId) method of the implementing classes must return instances of IObjectEnumeration to work correctly in all cases.
Since:
3.6.3
  • Method Details

    • getName

      String getName()
    • getOptionalFieldName

      String getOptionalFieldName()
    • getEnumOptionPrototypes

      @NotNull default Set<String> getEnumOptionPrototypes()
      All prototypes that can appear in the enumerations that this factory provides. An empty set means any prototype.
      Since:
      3.24.4