Package com.io7m.cardant.model
Interface CAItemRepositType
- All Known Implementing Classes:
CAItemRepositSerialAdd,CAItemRepositSerialMove,CAItemRepositSerialRemove,CAItemRepositSetAdd,CAItemRepositSetMove,CAItemRepositSetRemove
public sealed interface CAItemRepositType
permits CAItemRepositSerialAdd, CAItemRepositSerialMove, CAItemRepositSerialRemove, CAItemRepositSetAdd, CAItemRepositSetMove, CAItemRepositSetRemove
The type of item reposit operations.
-
Method Summary
-
Method Details
-
item
CAItemID item()- Returns:
- The item ID
-
count
long count()- Returns:
- The item count
-