2.12.0: 2009-05-27

net.sf.basedb.core
Class ParameterInfo

java.lang.Object
  extended by 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-11 22:11:02 +0200 (Thu, 11 Sep 2008) $

Field Summary
private  String description
           
private  String label
           
private  List<?> values
           
 
Constructor Summary
ParameterInfo(DbControl dc, ParameterValueData parameter)
           
 
Method Summary
 String getDescription()
           
 String getLabel()
           
 List<?> getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

private final String label

description

private final String description

values

private final List<?> values
Constructor Detail

ParameterInfo

ParameterInfo(DbControl dc,
              ParameterValueData parameter)
Method Detail

getLabel

public String getLabel()

getDescription

public String getDescription()

getValues

public List<?> getValues()

2.12.0: 2009-05-27