|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Literal
Interface for any literal value.
| Field Summary | |
|---|---|
static int |
TYPE_BOOLEAN
|
static int |
TYPE_NUMBER
|
static int |
TYPE_SQ_STRING
|
static int |
TYPE_STRING
|
static int |
TYPE_UNKNOWN
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.apache.openjpa.kernel.exps.Value |
|---|
acceptVisit, getMetaData, getType, isAggregate, isVariable, isXPath, setImplicitType, setMetaData |
| Methods inherited from interface org.apache.openjpa.kernel.exps.Constant |
|---|
getValue |
| Field Detail |
|---|
static 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
| Method Detail |
|---|
Object getValue()
void setValue(Object val)
int getParseType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This documentation is deprecated and will be removed in the next release of WebLogic Server.