Classes


Class actuate.parameter.NameValuePair

NameValuePair represents a javascript version of com.actuate.schemas.NameValuePair.
Member of: actuate.parameter.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new NameValuePair object.
Method Summary
Method Attributes Method Name and Description
 
Gets the name value for this NameValuePair.
 
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}

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 19 2010 15:56:27 GMT-0800 (PST)