| Package | Description |
|---|---|
| org.pentaho.libformula.editor.function |
| Modifier and Type | Method and Description |
|---|---|
List<FunctionExample> |
FunctionDescription.getFunctionExamples() |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionDescription.setFunctionExamples(List<FunctionExample> functionExamples) |
| Constructor and Description |
|---|
FunctionDescription(String category,
String name,
String description,
String syntax,
String returns,
String constraints,
String semantics,
List<FunctionExample> functionExamples) |