org.jpox.store.expression
Interface Literal

All Known Implementing Classes:
ArrayLiteral, BinaryLiteral, BooleanLiteral, ByteLiteral, CharacterLiteral, FloatingPointLiteral, IntegerLiteral, NullLiteral, ObjectLiteral, SqlDateLiteral, SqlTimeLiteral, SqlTimestampLiteral, StringLiteral

public interface Literal

Represents a Literal expression

Version:
$Revision: 1.4 $

Method Summary
 java.lang.Object getValue()
          Accessor to the literal value
 

Method Detail

getValue

public java.lang.Object getValue()
Accessor to the literal value

Returns:
the value of the literal


Copyright © -2007 . All Rights Reserved.