public class BasicFunctionValue extends AbstractFieldValue
Node.getFunctionValue(java.lang.String, java.util.List<?>) of
Node. This
represents the result of a `function' on a node and it (therefore) is a unmodifiable.CANNOTCHANGE, cloud, node| Constructor and Description |
|---|
BasicFunctionValue(Cloud cloud,
Object value)
Constructor for a function value returned by a Module or NodeManager.
|
BasicFunctionValue(Node node,
Object value)
Constructor for a function value returned by a Node.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Object |
convert(Object o,
Cloud cloud) |
Object |
get()
Returns the value as an Object.
|
canModify, getField, getNode, isNull, set, setBoolean, setByte, setDate, setDouble, setFLoat, setInt, setLong, setNode, setObject, setString, setXML, toBoolean, toByte, toDate, toDouble, toFloat, toInt, toLong, toNode, toString, toXML, toXMLBasicFunctionValue(Node node, Object value)
node - the node that called the functionvalue - the function valuepublic Object get()
FieldValueget in interface FieldValueget in class AbstractFieldValueMMBase 1.9-SNAPSHOT - ${javadoctimestamp}