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
 Value[] getValues()
          Return the values that make up the arguments.
 
Methods inherited from interface org.apache.openjpa.kernel.exps.Value
acceptVisit, getMetaData, getType, isAggregate, isVariable, isXPath, setImplicitType, setMetaData
 

Method Detail

getValues

Value[] getValues()
Return the values that make up the arguments.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.