public abstract class NaryRelationalExpression extends RelationalExpression
nary_relational_expression := { field: ,
op: nary_comparison_operator,
values: value_list_array }
or
nary_relational_expression := { field: ,
op: nary_comparison_operator,
rfield: array_field }
| Constructor and Description |
|---|
NaryRelationalExpression(Path field,
NaryRelationalOperator op)
Ctor with the given values
|
| Modifier and Type | Method and Description |
|---|---|
static NaryRelationalExpression |
fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Parses an n-ary relational expression from the given json object
|
Path |
getField()
The field.
|
NaryRelationalOperator |
getOp()
The operator
|
bind, bind, fromJson, getBindableClauses, getBindableClauses, getQueryFields, getQueryFields, getQueryFields, isRequired, isRequiredgetFactory, getSourceNode, toJson, toStringpublic NaryRelationalExpression(Path field, NaryRelationalOperator op)
public Path getField()
public NaryRelationalOperator getOp()
public static NaryRelationalExpression fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Copyright © 2015. All rights reserved.