Class AbstractImportItem
- java.lang.Object
- 
- com.inductiveautomation.conversion.exchange.AbstractImportItem
 
- 
- All Implemented Interfaces:
- ImportItem,- java.io.Serializable
 - Direct Known Subclasses:
- ImportItemGroup
 
 public abstract class AbstractImportItem extends java.lang.Object implements ImportItem - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.inductiveautomation.conversion.exchange.ImportItemImportItem.UniqueNameSet
 
- 
 - 
Field Summary- 
Fields inherited from interface com.inductiveautomation.conversion.exchange.ImportItemOPTION_OVERWRITE, OPTION_REMAP_DB_CONNECTION, OPTION_RENAME_ON_CONFLICT, OPTION_SELECT_PROJECT, OPTION_SELECTABLE
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractImportItem()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ImportItem>getChildren()java.lang.StringgetImportDescription()java.lang.StringgetImportNoun()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)
 
- 
- 
- 
Method Detail- 
getChildrenpublic java.util.List<ImportItem> getChildren() - Specified by:
- getChildrenin interface- ImportItem
 
 - 
getImportDescriptionpublic java.lang.String getImportDescription() - Specified by:
- getImportDescriptionin interface- ImportItem
 
 - 
getImportNounpublic java.lang.String getImportNoun() 
 - 
getNamepublic java.lang.String getName() - Specified by:
- getNamein interface- ImportItem
 
 - 
setNamepublic void setName(java.lang.String name) - Specified by:
- setNamein interface- ImportItem
 
 - 
getItemKeypublic java.lang.String getItemKey() Description copied from interface:ImportItema unique key for this item type- Specified by:
- getItemKeyin interface- ImportItem
 
 - 
getOptionFlagspublic int getOptionFlags() - Specified by:
- getOptionFlagsin interface- ImportItem
 
 - 
getNameSetpublic ImportItem.UniqueNameSet getNameSet() Description copied from interface:ImportItemIf the rename on conflict flag is set, this should return the type of name-set used to detect a conflict- Specified by:
- getNameSetin interface- ImportItem
 
 
- 
 
-