123456 |
- // Licensed Materials - Property of IBM
- // IBM Cognos Products: rs
- // (C) Copyright IBM Corp. 2003, 2022.
- // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- define(["_r4j", "_0d8", "com/ibm/vipr/VIPR"], function(_r4j,_0d8,VIPR){"use strict";var _no7=VIPR.data.DataItemType;function _em9(_eul, _qlm, _eia, _wqf, _ppg, _o7i){ this._6pl=_eul;this._6ij=new _0d8(_eul, _qlm);this._9yh=_o7i;this._epl=[];for(var i=0; i<_eia.length; i++){this._epl.push(new _r4j(_eia[i], i, _wqf, _ppg));}}_em9.prototype.getDecoration=function(_vdn){if(_vdn=="baseLines"){return this._9yh;}return null;};_em9.prototype.hasDecoration=function(_vdn){return _vdn==="baseLines"&&this._9yh&&this._9yh.length>0;};_em9.prototype.getType=function(){return _no7.Cat;};_em9.prototype.isCategory=function(){return true;};_em9.prototype.getTupleCount=function(){return this._epl.length;};_em9.prototype.getDataWindowEnd=function(){return this._epl.length;};_em9.prototype.getDataWindowStart=function(){return 0;};_em9.prototype.getItemClassSet=function(_g5c){return this._6ij;};_em9.prototype.getItemClassSetCount=function(){return 1;};_em9.prototype.getTuple=function(_a1h){return this._epl[_a1h];};return _em9;});
|