Uses of Interface
de.espirit.firstspirit.store.access.nexport.operations.ImportElementInfo
Packages that use ImportElementInfo
- 
Uses of ImportElementInfo in de.espirit.firstspirit.store.access.nexport.operationsMethods in de.espirit.firstspirit.store.access.nexport.operations that return ImportElementInfoModifier and TypeMethodDescription@Nullable ImportElementInfoImportElementInfo.getParent()Provides an information container on this element's parent.Methods in de.espirit.firstspirit.store.access.nexport.operations that return types with arguments of type ImportElementInfoModifier and TypeMethodDescription@NotNull List<ImportElementInfo>ImportElementInfo.getChildren()Provides the information containers for the element's children.Method parameters in de.espirit.firstspirit.store.access.nexport.operations with type arguments of type ImportElementInfoModifier and TypeMethodDescriptionvoidImportOperation.setImportFilter(@NotNull Filter<ImportElementInfo> filter) Sets a filter being used to decide upon elements to be imported.