public class FunctionParam extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name
Name of this parameter.
|
protected String |
value
Default value of this parameter.
|
Constructor and Description |
---|
FunctionParam(String name,
String value)
Constructs a new function parameter with the given name and default value.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of this parameter.
|
String |
getValue()
Gets the default value of this parameter.
|
Copyright © 2015–2022 SciJava. All rights reserved.