Package org.apache.openjpa.kernel.exps
Interface Parameter
- 
- All Superinterfaces:
 Constant,Serializable,Value
- All Known Implementing Classes:
 CollectionParam,Param
public interface Parameter extends Value, Constant
A query parameter.- Author:
 - Abe White
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetParameterKey()Returns the key of the parameter.voidsetIndex(int index)Set the index of this parameter.- 
Methods inherited from interface org.apache.openjpa.kernel.exps.Value
acceptVisit, getAlias, getMetaData, getName, getPath, getSelectAs, getType, isAggregate, isVariable, isXPath, setAlias, setImplicitType, setMetaData 
 - 
 
 - 
 
- 
- 
Method Detail
- 
setIndex
void setIndex(int index)
Set the index of this parameter. 
- 
getParameterKey
Object getParameterKey()
Returns the key of the parameter. 
 - 
 
 -