Package com.io7m.cardant.model
Interface CAItemLocationMatchType
- All Known Implementing Classes:
CAItemLocationMatchType.CAItemLocationExact,CAItemLocationMatchType.CAItemLocationsAll,CAItemLocationMatchType.CAItemLocationWithDescendants
public sealed interface CAItemLocationMatchType
permits CAItemLocationMatchType.CAItemLocationExact, CAItemLocationMatchType.CAItemLocationWithDescendants, CAItemLocationMatchType.CAItemLocationsAll
The behaviour requested for matching items in locations.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordOnly list items within the exact given location.static final recordList items within all locations.static final recordList items within the given location and all descendants of the given location.