public final class WhenClauseFactory extends ExpressionFactory
WhenClauseFactory creates a new WhenClause when the portion of the query to
parse starts with WHEN.WhenClause| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The unique identifier of this
WhenClauseFactory. |
| Constructor and Description |
|---|
WhenClauseFactory()
Creates a new
WhenClauseFactory. |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toStringpublic static final String ID
WhenClauseFactory.