Classes


Class actuate.xtabanalyzer.Measure

Specifies a crosstab measure.
Member of: actuate.xtabanalyzer.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a crosstab measure object.
Method Summary
Method Attributes Method Name and Description
 
Returns the aggregation function name.
 
Returns the data field name.
 
Returns the computed column data type.
 
Returns the computed measure expression.
 
Returns the index.
 
Returns the measure name.
 
Returns the new index.
 
setAggregationFunction(aggregationFunction)
Sets the aggregation function name.
 
setDataField(dataField)
Sets the data field name.
 
setDataType(dataType)
Sets the computed column data type.
 
setExpression(expression)
Sets the computed measure expression.
 
setIndex(index)
Sets the index.
 
setMeasureName(measureName)
Sets the measure name.
 
setNewIndex(newIndex)
Sets the new index.
Class Detail
actuate.xtabanalyzer.Measure()
Constructs a crosstab measure object.
Method Detail
{String} getAggregationFunction()
Returns the aggregation function name.
Returns:
{String} aggregation function

{String} getDataField()
Returns the data field name.
Returns:
{String} data field name

{String} getDataType()
Returns the computed column data type.
Returns:
{String} data type

{String} getExpression()
Returns the computed measure expression.
Returns:
{String} expression

{Integer} getIndex()
Returns the index.
Returns:
{Integer} index

{String} getMeasureName()
Returns the measure name.
Returns:
{String} measure name

{Integer} getNewIndex()
Returns the new index.
Returns:
{Integer} new index

{void} setAggregationFunction(aggregationFunction)
Sets the aggregation function name.
Parameters:
{String} aggregationFunction
Aggregation function name
Returns:
{void}

{void} setDataField(dataField)
Sets the data field name.
Parameters:
{String} dataField
Data field name
Returns:
{void}

{void} setDataType(dataType)
Sets the computed column data type.
Parameters:
{String} dataType
Data type
Returns:
{void}

{void} setExpression(expression)
Sets the computed measure expression.
Parameters:
{String} expression
Measure expression
Returns:
{void}

{void} setIndex(index)
Sets the index.
Parameters:
{String/Integer} index
Index of measure
Returns:
{void}

{void} setMeasureName(measureName)
Sets the measure name.
Parameters:
{String} measureName
Measure name
Returns:
{void}

{void} setNewIndex(newIndex)
Sets the new index.
Parameters:
{String/Integer} newIndex
New index of measure
Returns:
{void}

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 06 2015 04:13:45 GMT-0800 (PST)