public class ParameterInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
description |
private java.lang.String |
label |
private java.util.List<?> |
values |
private Type |
valueType |
Constructor and Description |
---|
ParameterInfo(DbControl dc,
ParameterValueData parameter) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getLabel() |
java.util.List<?> |
getValues() |
Type |
getValueType()
Get the matching
Type for the values stored in
this parameter. |
private final java.lang.String label
private final java.lang.String description
private final java.util.List<?> values
private final Type valueType
ParameterInfo(DbControl dc, ParameterValueData parameter)
public java.lang.String getLabel()
public java.lang.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 java.util.List<?> getValues()