org.apache.openjpa.kernel.exps
Interface Constant

All Superinterfaces:
Value
All Known Subinterfaces:
Literal, Parameter

public interface Constant
extends Value

Interface for any constant value.

Author:
Marc Prud'hommeaux

Method Summary
 java.lang.Object getValue(java.lang.Object[] parameters)
          Return the value for this constant given the specified parameters.
 
Methods inherited from interface org.apache.openjpa.kernel.exps.Value
getMetaData, getType, isVariable, setImplicitType, setMetaData
 

Method Detail

getValue

java.lang.Object getValue(java.lang.Object[] parameters)
Return the value for this constant given the specified parameters.



Copyright © 2006 Apache Software Foundation. All Rights Reserved.