| Modifier and Type | Field and Description | 
|---|---|
static int | 
TYPE_BOOLEAN  | 
static int | 
TYPE_CLASS  | 
static int | 
TYPE_COLLECTION  | 
static int | 
TYPE_DATE  | 
static int | 
TYPE_ENUM  | 
static int | 
TYPE_NUMBER  | 
static int | 
TYPE_SQ_STRING  | 
static int | 
TYPE_STRING  | 
static int | 
TYPE_TIME  | 
static int | 
TYPE_TIMESTAMP  | 
static int | 
TYPE_UNKNOWN  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getParseType()
The type the literal was parsed as. 
 | 
Object | 
getValue()
The value of this literal. 
 | 
void | 
setValue(Object val)
The value of this literal. 
 | 
acceptVisit, getAlias, getMetaData, getName, getPath, getSelectAs, getType, isAggregate, isVariable, isXPath, setAlias, setImplicitType, setMetaDatastatic final int TYPE_UNKNOWN
static final int TYPE_NUMBER
static final int TYPE_BOOLEAN
static final int TYPE_STRING
static final int TYPE_SQ_STRING
static final int TYPE_CLASS
static final int TYPE_ENUM
static final int TYPE_COLLECTION
static final int TYPE_DATE
static final int TYPE_TIME
static final int TYPE_TIMESTAMP
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.