Class AbstractImportItem
java.lang.Object
com.inductiveautomation.conversion.exchange.AbstractImportItem
- All Implemented Interfaces:
ImportItem,Serializable
- Direct Known Subclasses:
ImportItemGroup
- See Also:
-
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 -
Method Summary
Modifier 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
-
AbstractImportItem
public AbstractImportItem()
-
-
Method Details
-
getChildren
- Specified by:
getChildrenin interfaceImportItem
-
getImportDescription
- Specified by:
getImportDescriptionin interfaceImportItem
-
getImportNoun
-
getName
- Specified by:
getNamein interfaceImportItem
-
setName
- Specified by:
setNamein interfaceImportItem
-
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
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
-