public class ParameterInfo extends Object
Modifier and Type | Field and Description |
---|---|
private String |
description |
private String |
label |
private List<?> |
values |
private Type |
valueType |
Constructor and Description |
---|
ParameterInfo(DbControl dc,
ParameterValueData<?> parameter) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getLabel() |
List<?> |
getValues() |
Type |
getValueType()
Get the matching
Type for the values stored in
this parameter. |
private final String label
private final String description
private final List<?> values
private final Type valueType
ParameterInfo(DbControl dc, ParameterValueData<?> parameter)
public String getLabel()
public String getDescription()
public Type getValueType()
Type
for the values stored in
this parameter. Can be null since not all parameter types have
a matching value type.public List<?> getValues()