Classes


Class actuate.parameter.ParameterValue

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

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new ParameterValue object.
Method Summary
Method Attributes Method Name and Description
 
Gets the columnName value for this ParameterValue.
 
Gets the columnType value for this ParameterValue.
 
Gets the dataType value for this ParameterValue.
 
Gets the group value for this ParameterValue.
 
Gets the name value for this ParameterValue.
 
Gets the position value for this ParameterValue.
 
Gets the promptParameter value for this ParameterValue.
 
Gets the value value for this ParameterValue.
 
Gets the valueIsNull value for this ParameterValue.
 
Gets the isViewParameter value for this ParameterValue.
 
setColumnName(columnName)
Sets the columnName value for this ParameterValue.
 
setColumnType(columnType)
Sets the columnType value for this ParameterValue.
 
setDataType(dataType)
Sets the dataType value for this ParameterValue.
 
setGroup(group)
Sets the group value for this ParameterValue.
 
setIsViewParameter(isViewParameter)
Sets the isViewParameter value for this ParameterValue.
 
setName(name)
Sets the name value for this ParameterValue.
 
setPosition(position)
Sets the position value for this ParameterValue.
 
setPromptParameter(promptParameter)
Sets the promptParameter value for this ParameterValue.
 
setValue(value)
Sets the value value for this ParameterValue.
 
setValueIsNull(valueIsNull)
Sets the valueIsNull value for this ParameterValue.
Class Detail
actuate.parameter.ParameterValue()
Constructs a new ParameterValue object.
Method Detail
{String} getColumnName()
Gets the columnName value for this ParameterValue.
Returns:
{String} columnName

{String} getColumnType()
Gets the columnType value for this ParameterValue.
Possible values are:
"Currency", "Date", "DateOnly", "Time", "Double", "Integer",
"String", "Boolean", "Structure", "Table", "Unknown"
Returns:
{String} columnType

{String} getDataType()
Gets the dataType value for this ParameterValue.
Possible values are:
"Currency", "Date", "DateOnly", "Time", "Double", "Integer",
"String", "Boolean", "Structure", "Table", "Unknown"
Returns:
{String} dataType

{String} getGroup()
Gets the group value for this ParameterValue.
Returns:
{String} group

{String} getName()
Gets the name value for this ParameterValue.
Returns:
{String} name

{Integer} getPosition()
Gets the position value for this ParameterValue.
Returns:
{Integer} position

{boolean} getPromptParameter()
Gets the promptParameter value for this ParameterValue.
Returns:
{boolean} promptParameter

{String} getValue()
Gets the value value for this ParameterValue.
Returns:
{String} value

{boolean} getValueIsNull()
Gets the valueIsNull value for this ParameterValue.
Returns:
{boolean} valueIsNull

{boolean} isViewParameter()
Gets the isViewParameter value for this ParameterValue.
Returns:
{boolean} isViewParameter

{void} setColumnName(columnName)
Sets the columnName value for this ParameterValue.
Possible values are:
"Currency", "Date", "DateOnly", "Time", "Double", "Integer",
"String", "Boolean", "Structure", "Table", "Unknown"
Parameters:
{String} columnName
Returns:
{void}

{void} setColumnType(columnType)
Sets the columnType value for this ParameterValue.
Parameters:
{String} columnType
Returns:
{void}

{void} setDataType(dataType)
Sets the dataType value for this ParameterValue.
Possible values are:
"Currency", "Date", "DateOnly", "Time", "Double", "Integer",
"String", "Boolean", "Structure", "Table", "Unknown"
Parameters:
{String} dataType
Returns:
{void}

{void} setGroup(group)
Sets the group value for this ParameterValue.
Parameters:
{String} group
Returns:
{void}

{void} setIsViewParameter(isViewParameter)
Sets the isViewParameter value for this ParameterValue.
Parameters:
{boolean} isViewParameter
Returns:
{void}

{void} setName(name)
Sets the name value for this ParameterValue.
Parameters:
{String} name
Returns:
{void}

{void} setPosition(position)
Sets the position value for this ParameterValue.
Parameters:
{Integer} position
Returns:
{void}

{void} setPromptParameter(promptParameter)
Sets the promptParameter value for this ParameterValue.
Parameters:
{boolean} promptParameter
Returns:
{void}

{void} setValue(value)
Sets the value value for this ParameterValue.
Parameters:
{String} value
Returns:
{void}

{void} setValueIsNull(valueIsNull)
Sets the valueIsNull value for this ParameterValue.
Parameters:
{boolean} valueIsNull
Returns:
{void}

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