Class | Description |
---|---|
BinaryOperation |
This
expression represents a comparision between a field and a value. |
BooleanAndExpression |
The and-expression consists a set of expressions that are logically combined with an AND operator.
|
BooleanNotExpression |
This
Expression is a meta expression that negates another expression. |
BooleanOrExpression |
The or-expression consists a set of expressions that are logically combined with an OR operator.
|
CompositeExpression |
A composite expression is a special expression type that consist of zero or more expressions in a specific order.
|
Expression |
Abstract base class for all expressions.
|
UnaryOperation |
This
expression represents an unary operation on a field. |
Enum | Description |
---|---|
BinaryOperation.Operator | |
UnaryOperation.Operator |
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.