| java.lang.Object org.mmbase.bridge.util.AbstractFieldValue org.mmbase.bridge.implementation.BasicFunctionValue
BasicFunctionValue | public class BasicFunctionValue extends org.mmbase.bridge.util.AbstractFieldValue (Code) | | This implementation of the Field Value interface is used by getFunctionValue of Node. This
represents the result of a `function' on a node and it (therefore) is a unmodifiable.
author: Michiel Meeuwissen version: $Id: BasicFunctionValue.java,v 1.22 2008/02/03 17:33:57 nklasens Exp $ since: MMBase-1.6 |
BasicFunctionValue | BasicFunctionValue(Node node, Object value)(Code) | | Constructor for a function value returned by a Node.
since: MMBase-1.8 Parameters: node - the node that called the function Parameters: value - the function value |
BasicFunctionValue | BasicFunctionValue(Cloud cloud, Object value)(Code) | | Constructor for a function value returned by a Module or NodeManager.
since: MMBase-1.8 Parameters: cloud - the cloud under which the call was run, used to instantiate NodeList values Parameters: value - the function value |
|
|