T - The argument type for the query@CatalogedBy(value=QueryOperationTypes.class) public interface QueryOperationType<T> extends CatalogType
| Modifier and Type | Method and Description |
|---|---|
QueryOperation<T> |
of(T arg)
Returns a query operation that tests for the specified argument.
|
getId, getNameQueryOperation<T> of(T arg)
arg - The object to test the inventory againstInventory.query(QueryOperation...)