public class CategoryCriterion extends MultiValuedCriterion
MultiValuedCriterion
subclass that focuses on category
attributes.Criterion.Operator
NEGATION
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, toLocation
isNegate, isValidAttributeName, setNegate
getAttributeName, toLocation, toString
public 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.