public class ParameterInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultValue |
protected String |
description |
protected Double |
max |
protected Double |
min |
protected String |
name |
protected boolean |
required |
protected String[] |
values |
| Constructor and Description |
|---|
ParameterInfo(Parameter param) |
ParameterInfo(String name,
String description,
boolean required,
String defaultValue,
Double min,
Double max,
String[] values) |
| Modifier and Type | Method and Description |
|---|---|
String |
defaultValue() |
String |
description() |
Double |
max() |
Double |
min() |
String |
name() |
boolean |
required() |
String[] |
values() |
protected final String name
protected final String description
protected final String[] values
protected final boolean required
protected final String defaultValue
protected final Double min
protected final Double max
public ParameterInfo(Parameter param)
public String name()
public String description()
public boolean required()
public String defaultValue()
public Double min()
public Double max()
public String[] values()
Copyright © 2018. All rights reserved.