-
-
Get an ordered list of the child CubeAxisValues of this value, at the next level
Returns:
an array of the children of this CubeAxisValue
-
Type
-
Array.<CubeAxisValue>
-
getDepth : {number}
-
Get the number of levels this header value spans
Returns:
the number of levels this header value spans. Typically one, but in the future something like a grand total may span all the available levels at a particular
axis value location
-
Type
-
number
-
getExtent : {number}
-
Get the number of indices spanned by this value
Returns:
the number of indices spanned by this value
-
Type
-
number
-
getLabel : {string|null}
-
- Since:
Returns:
the label for this axis header value
-
Type
-
string
|
null
-
-
Get the
CubeLevel of which this value is a member
Returns:
the level to which this header value belongs
-
Type
-
CubeLevel
-
-
Get the parent CubeAxisValues of this value
Returns:
an array of CubeAxisValues--all the slower-varying level axis values under which this value is grouped
-
Type
-
Array.<CubeAxisValue>
-
getStart : {number}
-
Get the starting index of this value within the axis
Returns:
the starting index of this value within the axis
-
Type
-
number
-
getValue : {Object|string}
-
Get the actual value of this axis header location
Returns:
the value at this location in the header
-
Type
-
Object
|
string