| Package | Description |
|---|---|
| org.mmbase.util.functions |
The function framework is all about the creation of
Function instances, from which
then, subsequently, function values can be acquired. |
| Modifier and Type | Method and Description |
|---|---|
static SetFunction.Type |
SetFunction.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetFunction.Type[] |
SetFunction.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SetFunction(String name,
Parameter[] def,
ReturnType<Object> returnType,
Class functionClass,
String methodName,
SetFunction.Type type) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}