public class ImportItemGroup extends AbstractImportItem
ImportItem.UniqueNameSetOPTION_OVERWRITE, OPTION_REMAP_DB_CONNECTION, OPTION_RENAME_ON_CONFLICT, OPTION_SELECT_PROJECT, OPTION_SELECTABLE| Constructor and Description |
|---|
ImportItemGroup(java.lang.String key,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(ImportItem item) |
java.util.List<ImportItem> |
getChildren() |
java.lang.String |
getImportDescription() |
java.lang.String |
getItemKey()
a unique key for this item type
|
int |
getOptionFlags() |
getImportNoun, getName, getNameSet, setNamepublic ImportItemGroup(java.lang.String key,
java.lang.String description)
public java.lang.String getImportDescription()
getImportDescription in interface ImportItemgetImportDescription in class AbstractImportItempublic java.util.List<ImportItem> getChildren()
getChildren in interface ImportItemgetChildren in class AbstractImportItempublic void addChild(ImportItem item)
public java.lang.String getItemKey()
ImportItemgetItemKey in interface ImportItemgetItemKey in class AbstractImportItempublic int getOptionFlags()
getOptionFlags in interface ImportItemgetOptionFlags in class AbstractImportItem