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 conflictint
void
-
Constructor Details
-
AbstractImportItem
public AbstractImportItem()
-
-
Method Details
-
getChildren
- Specified by:
getChildren
in interfaceImportItem
-
getImportDescription
- Specified by:
getImportDescription
in interfaceImportItem
-
getImportNoun
-
getName
- Specified by:
getName
in interfaceImportItem
-
setName
- Specified by:
setName
in interfaceImportItem
-
getItemKey
Description copied from interface:ImportItem
a unique key for this item type- Specified by:
getItemKey
in interfaceImportItem
-
getOptionFlags
public int getOptionFlags()- Specified by:
getOptionFlags
in interfaceImportItem
-
getNameSet
Description copied from interface:ImportItem
If the rename on conflict flag is set, this should return the type of name-set used to detect a conflict- Specified by:
getNameSet
in interfaceImportItem
-