org.apache.openjpa.kernel.exps
Interface Parameter

All Superinterfaces:
Constant, Value
All Known Implementing Classes:
Param

public interface Parameter
extends Value, Constant

A query parameter.

Author:
Abe White

Method Summary
 String getParameterName()
          Returns the name of the parameter.
 void setIndex(int index)
          Set the index of this parameter.
 
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
 

Method Detail

setIndex

void setIndex(int index)
Set the index of this parameter.


getParameterName

String getParameterName()
Returns the name of the parameter.



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