Uses of Interface
de.espirit.firstspirit.store.access.nexport.operations.ImportElementInfo
-
Uses of ImportElementInfo in de.espirit.firstspirit.store.access.nexport.operations
Modifier and TypeMethodDescription@Nullable ImportElementInfo
ImportElementInfo.getParent()
Provides an information container on this element's parent.Modifier and TypeMethodDescription@NotNull List<ImportElementInfo>
ImportElementInfo.getChildren()
Provides the information containers for the element's children.Modifier and TypeMethodDescriptionvoid
ImportOperation.setImportFilter
(@NotNull Filter<ImportElementInfo> filter) Sets a filter being used to decide upon elements to be imported.