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.ImportItem
ImportItem.UniqueNameSet 
 - 
 
- 
Field Summary
- 
Fields inherited from interface com.inductiveautomation.conversion.exchange.ImportItem
OPTION_OVERWRITE, OPTION_REMAP_DB_CONNECTION, OPTION_RENAME_ON_CONFLICT, OPTION_SELECT_PROJECT, OPTION_SELECTABLE 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AbstractImportItem() 
- 
Method Summary
All 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
- 
getChildren
public java.util.List<ImportItem> getChildren()
- Specified by:
 getChildrenin interfaceImportItem
 
- 
getImportDescription
public java.lang.String getImportDescription()
- Specified by:
 getImportDescriptionin interfaceImportItem
 
- 
getImportNoun
public java.lang.String getImportNoun()
 
- 
getName
public java.lang.String getName()
- Specified by:
 getNamein interfaceImportItem
 
- 
setName
public void setName(java.lang.String name)
- Specified by:
 setNamein interfaceImportItem
 
- 
getItemKey
public java.lang.String getItemKey()
Description copied from interface:ImportItema unique key for this item type- Specified by:
 getItemKeyin interfaceImportItem
 
- 
getOptionFlags
public int getOptionFlags()
- Specified by:
 getOptionFlagsin interfaceImportItem
 
- 
getNameSet
public 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 interfaceImportItem
 
 - 
 
 -