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: 2008-09-05 17:16:27 +0200 (Fri, 05 Sep 2008) $
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
ParameterInfo
ParameterInfo(DbControl dc,
ParameterValueData parameter)
getLabel
public String getLabel()
getDescription
public String getDescription()
getValues
public List<?> getValues()