public class Between extends FieldExpression
| Constructor and Description |
|---|
Between(Between between) |
Between(FieldValue<?> from,
FieldValue<?> to) |
| Modifier and Type | Method and Description |
|---|---|
FieldExpression |
accept(FieldExpressionVisitor visitor)
Accept a visitor to perform some action on the instance.
|
String |
asString()
Represents FieldExpression as string.
|
FieldValue<?> |
getFrom() |
FieldValue<?> |
getTo() |
always, and, questionMarkpublic Between(Between between)
public Between(FieldValue<?> from, FieldValue<?> to)
public FieldValue<?> getFrom()
public FieldValue<?> getTo()
public FieldExpression accept(FieldExpressionVisitor visitor)
FieldExpressionaccept in class FieldExpressionvisitor - - FieldExpressionVisitor instance, never nullpublic String asString()
FieldExpressionasString in class FieldExpressionCopyright © 2021. All rights reserved.