org.apache.openjpa.kernel.exps
Interface Parameter

All Superinterfaces:
Constant, Value

public interface Parameter
extends Value, Constant

A query parameter.

Author:
Abe White

Method Summary
 java.lang.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

java.lang.String getParameterName()
Returns the name of the parameter.