Class AbstractImportItem
java.lang.Object
com.inductiveautomation.conversion.exchange.AbstractImportItem
- All Implemented Interfaces:
- ImportItem,- Serializable
- Direct Known Subclasses:
- ImportItemGroup
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.inductiveautomation.conversion.exchange.ImportItemImportItem.UniqueNameSet
- 
Field SummaryFields inherited from interface com.inductiveautomation.conversion.exchange.ImportItemOPTION_OVERWRITE, OPTION_REMAP_DB_CONNECTION, OPTION_RENAME_ON_CONFLICT, OPTION_SELECT_PROJECT, OPTION_SELECTABLE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiona unique key for this item typegetName()If the rename on conflict flag is set, this should return the type of name-set used to detect a conflictintvoid
- 
Constructor Details- 
AbstractImportItempublic AbstractImportItem()
 
- 
- 
Method Details- 
getChildren- Specified by:
- getChildrenin interface- ImportItem
 
- 
getImportDescription- Specified by:
- getImportDescriptionin interface- ImportItem
 
- 
getImportNoun
- 
getName- Specified by:
- getNamein interface- ImportItem
 
- 
setName- Specified by:
- setNamein interface- ImportItem
 
- 
getItemKeyDescription copied from interface:ImportItema unique key for this item type- Specified by:
- getItemKeyin interface- ImportItem
 
- 
getOptionFlagspublic int getOptionFlags()- Specified by:
- getOptionFlagsin interface- ImportItem
 
- 
getNameSetDescription 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
 
 
-