class %DeepSee.Model.cellCacheItem
extends cellCacheNode
Meta-data for an item within a DeepSee cube cell cache specification.
parameter XMLNAME = "item";
This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
property elements
as list of %String(MAXLEN=255,XMLNAME="element",XMLPROJECTION="ELEMENT");
Set of cube elements defined for this item.
These are MDX expressions that are converted to fact names.
property facts
as list of %String(MAXLEN=255,XMLNAME="fact",XMLPROJECTION="ELEMENT");
Set of facts defined for this item. These are the names of properties in the fact table.
relationship group
as %DeepSee.Model.cellGroup(XMLPROJECTION="none") [ Inverse = items,Cardinality = one ];
Cell group that this item belongs to.