Uses of Enum Class
net.datenwerke.eximport.im.ImportMode
Packages that use ImportMode
Package
Description
-
Uses of ImportMode in net.datenwerke.eximport.im
Methods in net.datenwerke.eximport.im that return ImportModeModifier and TypeMethodDescriptionImportItemConfig.getImportMode()static ImportModeReturns the enum constant of this class with the specified name.static ImportMode[]ImportMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.datenwerke.eximport.im with parameters of type ImportModeModifierConstructorDescriptionImportItemConfig(String id, ImportMode importMode) ImportItemConfig(String id, ImportMode importMode, Object referenceObject) -
Uses of ImportMode in net.datenwerke.eximport.im.entity
Constructors in net.datenwerke.eximport.im.entity with parameters of type ImportModeModifierConstructorDescriptionEntityImportItemConfig(String id, ImportMode importMode) EntityImportItemConfig(String id, ImportMode importMode, Object referenceObject) -
Uses of ImportMode in net.datenwerke.treedb.ext.service.eximport
Constructors in net.datenwerke.treedb.ext.service.eximport with parameters of type ImportModeModifierConstructorDescriptionTreeNodeImportItemConfig(String id, ImportMode importMode) TreeNodeImportItemConfig(String id, ImportMode importMode, Object referenceObject)