org.apache.openjpa.kernel.exps
Interface Constant

All Known Subinterfaces:
Literal, Parameter
All Known Implementing Classes:
CollectionParam, CollectionParam, Const, ConstGetObjectId, ConstPath, CurrentDate, Lit, Lit, Null, Param, Param, TypeLit, TypeLit

public interface Constant

Interface for any query constant value.

Author:
Marc Prud'hommeaux

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

Method Detail

getValue

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



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.