public final class ExpressionReturnType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static ExpressionReturnType |
Date
The return type of the expression is treated as a date value by all consumers.
|
static ExpressionReturnType |
DateOnly
The return type of the expression is treated as a date-only value by all consumers.
|
static ExpressionReturnType |
Default
The return type of the expression is determined by the consumer using the expression.
|
static ExpressionReturnType |
Numeric
The return type of the expression is treated as a numeric value by all consumers.
|
static ExpressionReturnType |
String
The return type of the expression is treated as a string by all consumers.
|
static ExpressionReturnType |
Time
The return type of the expression is treated as a time value by all consumers.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpressionReturnType |
valueOf(java.lang.String name) |
static ExpressionReturnType[] |
values() |
public static final ExpressionReturnType Default
public static final ExpressionReturnType String
public static final ExpressionReturnType Numeric
public static final ExpressionReturnType Date
public static final ExpressionReturnType DateOnly
public static final ExpressionReturnType Time
public static ExpressionReturnType[] values()
public static ExpressionReturnType valueOf(java.lang.String name)