Package | Description |
---|---|
com.lexmark.saperion.search.expression | |
com.lexmark.saperion.search.literal |
Modifier and Type | Method and Description |
---|---|
Literal<?> |
BinaryOperation.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
BinaryOperation.setValue(Literal<?> value) |
Constructor and Description |
---|
BinaryOperation(String fieldName,
BinaryOperation.Operator operator,
Literal<?> value) |
Modifier and Type | Class and Description |
---|---|
class |
DateLiteral<T extends Date>
The date literal implements the required functionality to represent literals that extend from
Date . |
class |
NumericLiteral<T extends Number>
The numeric literal implements the required functionality to represent literals that extend from
Number . |
class |
SetLiteral<T>
This
Literal represents set literals. |
class |
StringLiteral
The string literal implements the required functionality to represent string literals.
|
Constructor and Description |
---|
SetLiteral(Set<Literal<T>> value)
Creates a literal with the given value.
|
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.