org.deegree.io.datastore.schema.content
Class FunctionCall
java.lang.Object
org.deegree.io.datastore.schema.content.VirtualContent
org.deegree.io.datastore.schema.content.FunctionCall
- All Implemented Interfaces:
- SimpleContent
- Direct Known Subclasses:
- SQLFunctionCall
public abstract class FunctionCall
- extends VirtualContent
Abstract content class for MappedSimplePropertyType
s that describes a call to a
function as the origin of the property value.
- Version:
- $Revision: 9342 $, $Date: 2007-12-27 13:32:57 +0100 (Do, 27 Dez 2007) $
- Author:
- Markus Schneider, last edited by: $Author: apoth $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionCall
public FunctionCall(List<FunctionParam> params)
- Initializes a newly created
FunctionCall
with the given FunctionParam
s.
- Parameters:
params
-
FunctionCall
public FunctionCall(FunctionParam... params)
- Initializes a newly created
FunctionCall
with the given FunctionParam
s.
- Parameters:
params
-
getParams
public List<FunctionParam> getParams()
- Returns the
FunctionParam
s.
- Returns:
- the parameters of the function call
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net