Class BaseSpreadsheetLoader.EnumerationDefinition

  • Enclosing class:
    BaseSpreadsheetLoader

    public static class BaseSpreadsheetLoader.EnumerationDefinition
    extends Object
    Temporary value holder for the enumeration definition; needed because enumerations are read before parameters, and reading sharing the same EPT among all parameters is not a good approach (think different alarm definitions)
    • Constructor Detail

      • EnumerationDefinition

        public EnumerationDefinition()
    • Method Detail

      • add

        public void add​(long value,
                        String label)