Class actuate.parameter.NameValuePair
NameValuePair represents a javascript version of com.actuate.schemas.NameValuePair.
Member of: actuate.parameter.
Constructor Attributes | Constructor Name and Description |
---|---|
actuate.parameter.NameValuePair(name, value)
Constructs a new NameValuePair object.
|
Method Attributes | Method Name and Description |
---|---|
getName()
Gets the name value for this NameValuePair.
|
|
getValue()
Gets the value for this NameValuePair.
|
|
setName(name)
Sets the name value for this NameValuePair.
|
|
setValue(value)
Sets the value for this NameValuePair.
|
Class Detail
actuate.parameter.NameValuePair(name, value)
Constructs a new NameValuePair object.
- Parameters:
- {String} name
- {String} value
Method Detail
{String} getName()
Gets the name value for this NameValuePair.
- Returns:
- {String} name
{String} getValue()
Gets the value for this NameValuePair.
- Returns:
- {String} value
{void} setName(name)
Sets the name value for this NameValuePair.
- Parameters:
- {String} name
- Returns:
- {void}
{void} setValue(value)
Sets the value for this NameValuePair.
- Parameters:
- {String} value
- Returns:
- {void}