deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.io.datastore.schema.content
Class FunctionCall

java.lang.Object
  extended by org.deegree.io.datastore.schema.content.VirtualContent
      extended by 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 MappedSimplePropertyTypes that describes a call to a function as the origin of the property value.

Version:
$Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18. Jun 2009) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
FunctionCall(FunctionParam... params)
          Initializes a newly created FunctionCall with the given FunctionParams.
FunctionCall(List<FunctionParam> params)
          Initializes a newly created FunctionCall with the given FunctionParams.
 
Method Summary
 List<FunctionParam> getParams()
          Returns the FunctionParams.
 
Methods inherited from class org.deegree.io.datastore.schema.content.VirtualContent
isUpdateable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.deegree.io.datastore.schema.content.SimpleContent
isSortable
 

Constructor Detail

FunctionCall

public FunctionCall(List<FunctionParam> params)
Initializes a newly created FunctionCall with the given FunctionParams.

Parameters:
params -

FunctionCall

public FunctionCall(FunctionParam... params)
Initializes a newly created FunctionCall with the given FunctionParams.

Parameters:
params -
Method Detail

getParams

public List<FunctionParam> getParams()
Returns the FunctionParams.

Returns:
the parameters of the function call

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org