public class CategoryCriterion extends MultiValuedCriterion
MultiValuedCriterion subclass that focuses on category
attributes.Criterion.OperatorNEGATION| Constructor and Description |
|---|
CategoryCriterion(String attribute,
String value)
Constructs a
MultiValuedCriterion whose textual representation is
attribute<{value}. |
equals, getGreaterThan, getLessThan, hashCode, isEqual, setEqualTo, setGreaterThan, setLessThan, toLocationisNegate, isValidAttributeName, setNegategetAttributeName, toLocation, toStringpublic CategoryCriterion(String attribute, String value)
MultiValuedCriterion whose textual representation is
attribute<{value}.attribute - The non-ML name of this category attribute.value - The category value to select.IllegalArgumentException - If attribute is an invalid attribute name or
value is null or empty.Copyright © 2021 RWS Group for and on behalf of its affiliates and subsidiaries. All rights reserved.