Uses of Enum Class
net.datenwerke.treedb.ext.service.eximport.TreeNodeExImportOptions
Packages that use TreeNodeExImportOptions
-
Uses of TreeNodeExImportOptions in net.datenwerke.treedb.ext.service.eximport
Methods in net.datenwerke.treedb.ext.service.eximport that return TreeNodeExImportOptionsModifier and TypeMethodDescriptionstatic TreeNodeExImportOptionsReturns the enum constant of this class with the specified name.static TreeNodeExImportOptions[]TreeNodeExImportOptions.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.datenwerke.treedb.ext.service.eximport that return types with arguments of type TreeNodeExImportOptionsModifier and TypeMethodDescriptionTreeNodeExporterConfig.getExImporterOptions()TreeNodeImporterConfig.getExImporterOptions()Methods in net.datenwerke.treedb.ext.service.eximport with parameters of type TreeNodeExImportOptionsModifier and TypeMethodDescriptionvoidTreeNodeExporterConfig.addExImporterOptions(TreeNodeExImportOptions... option) voidTreeNodeImporterConfig.addExImporterOptions(TreeNodeExImportOptions... option) booleanTreeNodeExporterConfig.containsExImporterOption(TreeNodeExImportOptions options) booleanTreeNodeImporterConfig.containsExImporterOption(TreeNodeExImportOptions options) Method parameters in net.datenwerke.treedb.ext.service.eximport with type arguments of type TreeNodeExImportOptionsModifier and TypeMethodDescriptionvoidTreeNodeExporterConfig.setExImporterOptions(Set<TreeNodeExImportOptions> exImporterOptions) voidTreeNodeImporterConfig.setExImporterOptions(Set<TreeNodeExImportOptions> exImporterOptions)