Classes


Class actuate.xtabanalyzer.Level

Specifies a crosstab dimension level object.
Member of: actuate.xtabanalyzer.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a crosstab dimension level object.
Method Summary
Method Attributes Method Name and Description
 
Adds the level attribute.
 
Returns the level attributes.
 
Returns the index.
 
Returns the level name.
 
setIndex(index)
Sets the index.
 
setLevelName(levelName)
Sets the level name.
Class Detail
actuate.xtabanalyzer.Level()
Constructs a crosstab dimension level object.
Method Detail
{void} addAttribute(attr)
Adds the level attribute.
Parameters:
{LevelAttribute} attr
Level attribute Object
Returns:
{void}
See:
actuate.xtabanalyzer.LevelAttribute

{Array} getAttributes()
Returns the level attributes.
Returns:
{Array} array of level attribute object
See:
actuate.xtabanalyzer.LevelAttribute

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

{String} getLevelName()
Returns the level name.
Returns:
{String} level name

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

{void} setLevelName(levelName)
Sets the level name.
Parameters:
{String} levelName
Level name
Returns:
{void}

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