public final class InventoryPrefixPredicate extends InventoryFilterPredicate
InventoryFilterPredicate class to represent the
prefix to use when evaluating an inventory filter.| 构造器和说明 |
|---|
InventoryPrefixPredicate(String prefix) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(InventoryPredicateVisitor inventoryPredicateVisitor)
Helper method that accepts an implemenation of
InventoryPredicateVisitor
and invokes the most applicable visit method in the visitor. |
String |
getPrefix()
Returns the prefix to use when evaluating an inventory filter.
|
public InventoryPrefixPredicate(String prefix)
public String getPrefix()
public void accept(InventoryPredicateVisitor inventoryPredicateVisitor)
InventoryFilterPredicateInventoryPredicateVisitor
and invokes the most applicable visit method in the visitor.accept 在类中 InventoryFilterPredicateCopyright © 2022. All rights reserved.