|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.config.RunnerConfigParam
public class RunnerConfigParam
A single RunnerConfigParam
defines one single parameter
name-value pair, to be used by the adopted IParamsAssigner
for
correctly assigning parameters to the configured IRunner
.
Nested Class Summary | |
---|---|
static class |
RunnerConfigParam.ParamType
Types of supported runner-parameters type. |
Constructor Summary | |
---|---|
RunnerConfigParam()
Costructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the parameter. |
RunnerConfigParam.ParamType |
getParamType()
|
ScriptParams |
getScriptParams()
Get the actual parameters required for invoking a p-script. |
java.lang.String |
getType()
Gets the type of the parameter. |
java.lang.String |
getValue()
Gets the actual value of the parameter. |
void |
setName(java.lang.String name)
Sets the name of the parameter. |
void |
setScriptParams(ScriptParams scriptParams)
Set the actual parameters required for invoking a p-script. |
void |
setType(java.lang.String type)
Sets the type of the parameter. |
void |
setValue(java.lang.String value)
Sets the actual value of the parameter. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RunnerConfigParam()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- Stringpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- Stringpublic RunnerConfigParam.ParamType getParamType()
public java.lang.String getType()
public void setType(java.lang.String type)
type
- Stringpublic void setScriptParams(ScriptParams scriptParams)
scriptParams
- public ScriptParams getScriptParams()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |