Class ImportItemGroup
java.lang.Object
com.inductiveautomation.conversion.exchange.AbstractImportItem
com.inductiveautomation.conversion.exchange.ImportItemGroup
- All Implemented Interfaces:
ImportItem
,Serializable
- 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 TypeMethodDescriptionvoid
addChild
(ImportItem item) a unique key for this item typeint
Methods inherited from class com.inductiveautomation.conversion.exchange.AbstractImportItem
getImportNoun, getName, getNameSet, setName
-
Constructor Details
-
ImportItemGroup
-
-
Method Details
-
getImportDescription
- Specified by:
getImportDescription
in interfaceImportItem
- Overrides:
getImportDescription
in classAbstractImportItem
-
getChildren
- Specified by:
getChildren
in interfaceImportItem
- Overrides:
getChildren
in classAbstractImportItem
-
addChild
-
getItemKey
Description copied from interface:ImportItem
a unique key for this item type- Specified by:
getItemKey
in interfaceImportItem
- Overrides:
getItemKey
in classAbstractImportItem
-
getOptionFlags
public int getOptionFlags()- Specified by:
getOptionFlags
in interfaceImportItem
- Overrides:
getOptionFlags
in classAbstractImportItem
-