Class ItemsFromTable.Settings

  • All Implemented Interfaces:
    io.annot8.api.settings.Settings
    Enclosing class:
    ItemsFromTable

    public static class ItemsFromTable.Settings
    extends Object
    implements io.annot8.api.settings.Settings
    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • validate

        public boolean validate()
        Specified by:
        validate in interface io.annot8.api.settings.Settings
      • getIgnore

        @Description("A list of columns within the table that should be ignored. Columns with no column name are always ignored.")
        public List<String> getIgnore()
      • setIgnore

        public void setIgnore​(List<String> ignore)
      • getContent

        @Description("A list of columns within the table that should be converted into Text content. Other columns will be converted into properties.")
        public List<String> getContent()
      • setContent

        public void setContent​(List<String> content)