Module io.annot8.components.items
Class ItemsFromTable.Settings
- java.lang.Object
-
- io.annot8.components.items.processors.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 Summary
Constructors Constructor Description Settings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getContent()List<String>getIgnore()voidsetContent(List<String> content)voidsetIgnore(List<String> ignore)booleanvalidate()
-
-
-
Method Detail
-
validate
public boolean validate()
- Specified by:
validatein interfaceio.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()
-
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()
-
-