Interface ImportItem
- 
- All Superinterfaces:
- java.io.Serializable
 - All Known Implementing Classes:
- AbstractImportItem,- ImportItemGroup
 
 public interface ImportItem extends java.io.Serializable
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classImportItem.UniqueNameSet
 - 
Field SummaryFields Modifier and Type Field Description static intOPTION_OVERWRITEstatic intOPTION_REMAP_DB_CONNECTIONstatic intOPTION_RENAME_ON_CONFLICTstatic intOPTION_SELECT_PROJECTstatic intOPTION_SELECTABLE
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ImportItem>getChildren()java.lang.StringgetImportDescription()java.lang.StringgetItemKey()a unique key for this item typejava.lang.StringgetName()ImportItem.UniqueNameSetgetNameSet()If the rename on conflict flag is set, this should return the type of name-set used to detect a conflictintgetOptionFlags()voidsetName(java.lang.String name)
 
- 
- 
- 
Field Detail- 
OPTION_SELECTABLEstatic final int OPTION_SELECTABLE - See Also:
- Constant Field Values
 
 - 
OPTION_OVERWRITEstatic final int OPTION_OVERWRITE - See Also:
- Constant Field Values
 
 - 
OPTION_RENAME_ON_CONFLICTstatic final int OPTION_RENAME_ON_CONFLICT - See Also:
- Constant Field Values
 
 - 
OPTION_REMAP_DB_CONNECTIONstatic final int OPTION_REMAP_DB_CONNECTION - See Also:
- Constant Field Values
 
 - 
OPTION_SELECT_PROJECTstatic final int OPTION_SELECT_PROJECT - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getItemKeyjava.lang.String getItemKey() a unique key for this item type
 - 
getNamejava.lang.String getName() 
 - 
setNamevoid setName(java.lang.String name) 
 - 
getImportDescriptionjava.lang.String getImportDescription() 
 - 
getChildrenjava.util.List<ImportItem> getChildren() 
 - 
getOptionFlagsint getOptionFlags() 
 - 
getNameSetImportItem.UniqueNameSet getNameSet() If the rename on conflict flag is set, this should return the type of name-set used to detect a conflict
 
- 
 
-