org.apache.openjpa.kernel.exps
Interface Parameter

All Superinterfaces:
Constant, Value

public interface Parameter
extends 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.Constant
getValue
 
Methods inherited from interface org.apache.openjpa.kernel.exps.Value
getMetaData, getType, isVariable, setImplicitType, setMetaData
 

Method Detail

setIndex

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


getParameterName

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



Copyright © 2006 Apache Software Foundation. All Rights Reserved.