| Package | Description |
|---|---|
| net.datenwerke.eximport.im | |
| net.datenwerke.eximport.im.entity | |
| net.datenwerke.treedb.ext.service.eximport |
| Modifier and Type | Method and Description |
|---|---|
ImportMode |
ImportItemConfig.getImportMode() |
static ImportMode |
ImportMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportMode[] |
ImportMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ImportItemConfig(java.lang.String id,
ImportMode importMode) |
ImportItemConfig(java.lang.String id,
ImportMode importMode,
java.lang.Object referenceObject) |
| Constructor and Description |
|---|
EntityImportItemConfig(java.lang.String id,
ImportMode importMode) |
EntityImportItemConfig(java.lang.String id,
ImportMode importMode,
java.lang.Object referenceObject) |
| Constructor and Description |
|---|
TreeNodeImportItemConfig(java.lang.String id,
ImportMode importMode) |
TreeNodeImportItemConfig(java.lang.String id,
ImportMode importMode,
java.lang.Object referenceObject) |