Class ImportItemGroup
- java.lang.Object
- 
- com.inductiveautomation.conversion.exchange.AbstractImportItem
- 
- com.inductiveautomation.conversion.exchange.ImportItemGroup
 
 
- 
- All Implemented Interfaces:
- ImportItem,- java.io.Serializable
 
 public class ImportItemGroup extends AbstractImportItem - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.inductiveautomation.conversion.exchange.ImportItemImportItem.UniqueNameSet
 
- 
 - 
Field Summary- 
Fields inherited from interface com.inductiveautomation.conversion.exchange.ImportItemOPTION_OVERWRITE, OPTION_REMAP_DB_CONNECTION, OPTION_RENAME_ON_CONFLICT, OPTION_SELECT_PROJECT, OPTION_SELECTABLE
 
- 
 - 
Constructor SummaryConstructors Constructor Description ImportItemGroup(java.lang.String key, java.lang.String description)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChild(ImportItem item)java.util.List<ImportItem>getChildren()java.lang.StringgetImportDescription()java.lang.StringgetItemKey()a unique key for this item typeintgetOptionFlags()- 
Methods inherited from class com.inductiveautomation.conversion.exchange.AbstractImportItemgetImportNoun, getName, getNameSet, setName
 
- 
 
- 
- 
- 
Method Detail- 
getImportDescriptionpublic java.lang.String getImportDescription() - Specified by:
- getImportDescriptionin interface- ImportItem
- Overrides:
- getImportDescriptionin class- AbstractImportItem
 
 - 
getChildrenpublic java.util.List<ImportItem> getChildren() - Specified by:
- getChildrenin interface- ImportItem
- Overrides:
- getChildrenin class- AbstractImportItem
 
 - 
addChildpublic void addChild(ImportItem item) 
 - 
getItemKeypublic java.lang.String getItemKey() Description copied from interface:ImportItema unique key for this item type- Specified by:
- getItemKeyin interface- ImportItem
- Overrides:
- getItemKeyin class- AbstractImportItem
 
 - 
getOptionFlagspublic int getOptionFlags() - Specified by:
- getOptionFlagsin interface- ImportItem
- Overrides:
- getOptionFlagsin class- AbstractImportItem
 
 
- 
 
-