Package org.apache.openjpa.kernel.exps
Interface Arguments
- All Superinterfaces:
Serializable
,Value
- All Known Implementing Classes:
Args
Multiple arguments to a function call.
- Author:
- Abe White
-
Method Summary
Methods inherited from interface org.apache.openjpa.kernel.exps.Value
acceptVisit, getAlias, getMetaData, getName, getPath, getSelectAs, getType, isAggregate, isVariable, isXPath, setAlias, setImplicitType, setMetaData
-
Method Details
-
getValues
Value[] getValues()Return the values that make up the arguments.
-