org.apache.openjpa.kernel.exps
Interface Literal
- All Superinterfaces:
- Constant, Value
public interface Literal
- extends Value, Constant
Interface for any literal value.
- Author:
- Abe White
Method Summary |
int |
getParseType()
The type the literal was parsed as. |
java.lang.Object |
getValue()
The value of this literal. |
void |
setValue(java.lang.Object val)
The value of this literal. |
Methods inherited from interface org.apache.openjpa.kernel.exps.Constant |
getValue |
TYPE_UNKNOWN
static final int TYPE_UNKNOWN
- See Also:
- Constant Field Values
TYPE_NUMBER
static final int TYPE_NUMBER
- See Also:
- Constant Field Values
TYPE_BOOLEAN
static final int TYPE_BOOLEAN
- See Also:
- Constant Field Values
TYPE_STRING
static final int TYPE_STRING
- See Also:
- Constant Field Values
TYPE_SQ_STRING
static final int TYPE_SQ_STRING
- See Also:
- Constant Field Values
getValue
java.lang.Object getValue()
- The value of this literal.
setValue
void setValue(java.lang.Object val)
- The value of this literal.
getParseType
int getParseType()
- The type the literal was parsed as.