net.sf.basedb.core
Class ParameterInfo
java.lang.Object
net.sf.basedb.core.ParameterInfo
public class ParameterInfo
- extends Object
Get information about a plugin configuration or parameter. The information
include the label, description and values of the parameter.
- Version:
- 2.0
- Author:
- nicklas
- Last modified
- $Date: 2010-10-01 13:51:57 +0200 (Fri, 01 Oct 2010) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
label
private final String label
description
private final String description
values
private final List<?> values
valueType
private final Type valueType
ParameterInfo
ParameterInfo(DbControl dc,
ParameterValueData parameter)
getLabel
public String getLabel()
getDescription
public String getDescription()
getValueType
public Type getValueType()
- Get the matching
Type
for the values stored in
this parameter. Can be null since not all parameter types have
a matching value type.
- Returns:
- A Type object or null
- Since:
- 2.16
getValues
public List<?> getValues()