Package | Description |
---|---|
com.tridion.smarttarget.entitymodel.query.location.criteria |
Modifier and Type | Method and Description |
---|---|
ValueSet |
ValueSet.add(String value)
Adds a value to this
ValueSet instance. |
ValueSet |
ValueSet.addAll(Collection collection)
Adds string representations of all elements of the given collection to
this
ValueSet . |
ValueSet |
ValueSet.clear()
Removes all values from this
ValueSet instance. |
ValueSet |
MultiValuedCriterion.getGreaterThan()
Returns a reference to the internal lowSet.
|
ValueSet |
MultiValuedCriterion.getLessThan()
Returns a reference to the internal highSet.
|
ValueSet |
ValueSet.remove(String value)
Removes a value from this
ValueSet instance. |
Modifier and Type | Method and Description |
---|---|
MultiValuedCriterion |
MultiValuedCriterion.setEqualTo(ValueSet valueSet)
Sets this criterion to test for equality with the given
ValueSet . |
MultiValuedCriterion |
MultiValuedCriterion.setGreaterThan(ValueSet lowSetParam)
Sets the lower bound of this criterion.
|
MultiValuedCriterion |
MultiValuedCriterion.setLessThan(ValueSet highSetParam)
Sets the upper bound of this criterion.
|
Constructor and Description |
---|
MultiValuedCriterion(String attribute,
ValueSet lowSet,
ValueSet highSet,
boolean negation)
Instantiates a
MultiValuedCriterion on the given attribute. |
Copyright © 2021 RWS Group for and on behalf of its affiliates and subsidiaries. All rights reserved.