Package org.apache.openjpa.kernel.exps
Interface Arguments
-
-
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.
-
-