Package org.apache.openjpa.kernel.exps
Interface Arguments
- 
- All Superinterfaces:
 Serializable,Value
- All Known Implementing Classes:
 Args
public interface Arguments extends Value
Multiple arguments to a function call.- Author:
 - Abe White
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Value[]getValues()Return the values that make up the arguments.- 
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
- 
getValues
Value[] getValues()
Return the values that make up the arguments. 
 - 
 
 -