| Package | Description |
|---|---|
| io.polyglotted.esmodel.api.query |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionType |
ExpressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionType[] |
ExpressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends Comparable<E>> |
Expression.withArray(ExpressionType expressionType,
String label,
List<E> valueArg) |
static Expression |
Expression.withLabel(ExpressionType expressionType,
String label) |
static Expression |
Expression.withOnlyChildren(ExpressionType expressionType,
String label,
Iterable<Expression> list) |
static Expression |
Expression.withValue(ExpressionType expressionType,
String label,
Object valueArg) |
Copyright © 2012–2015 Polyglotted IO. All rights reserved.