public abstract class AbstractImportItem extends java.lang.Object implements ImportItem
ImportItem.UniqueNameSetOPTION_OVERWRITE, OPTION_REMAP_DB_CONNECTION, OPTION_RENAME_ON_CONFLICT, OPTION_SELECT_PROJECT, OPTION_SELECTABLE| Constructor and Description |
|---|
AbstractImportItem() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ImportItem> |
getChildren() |
java.lang.String |
getImportDescription() |
java.lang.String |
getImportNoun() |
java.lang.String |
getItemKey()
a unique key for this item type
|
java.lang.String |
getName() |
ImportItem.UniqueNameSet |
getNameSet()
If the rename on conflict flag is set, this should return the type of name-set used to detect a conflict
|
int |
getOptionFlags() |
void |
setName(java.lang.String name) |
public java.util.List<ImportItem> getChildren()
getChildren in interface ImportItempublic java.lang.String getImportDescription()
getImportDescription in interface ImportItempublic java.lang.String getImportNoun()
public java.lang.String getName()
getName in interface ImportItempublic void setName(java.lang.String name)
setName in interface ImportItempublic java.lang.String getItemKey()
ImportItemgetItemKey in interface ImportItempublic int getOptionFlags()
getOptionFlags in interface ImportItempublic ImportItem.UniqueNameSet getNameSet()
ImportItemgetNameSet in interface ImportItem