Package | Description |
---|---|
com.tridion.smarttarget.query.builder |
Modifier and Type | Method and Description |
---|---|
static SingleValueOperator |
SingleValueOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingleValueOperator[] |
SingleValueOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AttributeCriteria(String name,
Number value,
SingleValueOperator operator,
boolean negate)
Constructor for Single Value operations for a Number value.
|
AttributeCriteria(String name,
OffsetDateTime value,
SingleValueOperator operator,
boolean negate)
Constructor for Single Value operations for an OffsetDateTime value.
|
AttributeCriteria(String name,
String value,
SingleValueOperator operator,
boolean negate)
Constructor for Single Value operations for a String value.
|
Copyright © 2021 RWS Group for and on behalf of its affiliates and subsidiaries. All rights reserved.