public class ParameterValueBean extends Object
Constructor and Description |
---|
ParameterValueBean()
Default constructor
|
ParameterValueBean(String name,
ParameterValue value)
Creates a parameter value an initializes it with the given name and value
|
ParameterValueBean(String name,
String value)
Creates a parameter value an initializes it with the given name and value
with default type
|
Modifier and Type | Method and Description |
---|---|
ParameterValue |
createParameterValue()
Creates a
ParameterValue of this bean. |
String |
getName()
Get the parameter name
|
String |
getType()
Get the parameter type
|
String |
getValue()
Get the parameter value
|
void |
setName(String name)
Set the parameter name
|
void |
setType(String type)
Set the parameter type
|
void |
setValue(String value)
Set the parameter value
|
public ParameterValueBean()
public ParameterValueBean(String name, String value)
name
- the parameter namevalue
- the parameter valuepublic ParameterValueBean(String name, ParameterValue value)
name
- the parameter namevalue
- the parameter valuepublic String getName()
public void setName(String name)
name
- the name to setpublic String getType()
public void setType(String type)
type
- the type to setpublic String getValue()
public void setValue(String value)
value
- the value to setpublic ParameterValue createParameterValue()
ParameterValue
of this bean.Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a