| Package | Description | 
|---|---|
| net.datenwerke.treedb.ext.service.eximport | 
| Modifier and Type | Method and Description | 
|---|---|
| static TreeNodeExImportOptions | TreeNodeExImportOptions. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static TreeNodeExImportOptions[] | TreeNodeExImportOptions. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Set<TreeNodeExImportOptions> | TreeNodeExporterConfig. getExImporterOptions() | 
| java.util.Set<TreeNodeExImportOptions> | TreeNodeImporterConfig. getExImporterOptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TreeNodeExporterConfig. addExImporterOptions(TreeNodeExImportOptions... option) | 
| void | TreeNodeImporterConfig. addExImporterOptions(TreeNodeExImportOptions... option) | 
| boolean | TreeNodeExporterConfig. containsExImporterOption(TreeNodeExImportOptions options) | 
| boolean | TreeNodeImporterConfig. containsExImporterOption(TreeNodeExImportOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TreeNodeExporterConfig. setExImporterOptions(java.util.Set<TreeNodeExImportOptions> exImporterOptions) | 
| void | TreeNodeImporterConfig. setExImporterOptions(java.util.Set<TreeNodeExImportOptions> exImporterOptions) |