|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.PluginParameter<T>
public class PluginParameter<T>
Contains information about a single parameter that the plugin needs for a request.
RequestInformation| Constructor Summary | |
|---|---|
PluginParameter(String name,
String label,
String description,
ParameterType<T> type)
Constructor that sets all members. |
|
| Method Summary | |
|---|---|
String |
getDescription()
Get a description of the parameter. |
String |
getLabel()
Get the label of the parameter. |
String |
getName()
Get the parameter name. |
ParameterType<T> |
getParameterType()
Get the parameter type, which tells the client application the data type and allowed values for the parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginParameter(String name,
String label,
String description,
ParameterType<T> type)
name - The name of the parameter.label - Label that can be used in the GUI for the parameter.type - The parameter type.| Method Detail |
|---|
public String getName()
PluginRequest.setParameterValue(String, Object).
public String getLabel()
public String getDescription()
public ParameterType<T> getParameterType()
ParameterType object
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||