@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Parameter
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name
name displayed in UI
|
| Modifier and Type | Optional Element and Description |
|---|---|
double |
maximum
maximum value for a numeric field type only
|
double |
minimum
minimum value for a numeric field type only
|
boolean |
reloadOnChange
if true, the instrument gets reloaded after the parameter has been changed
|
double |
step
step value for a numeric field type only
|