Class MDXMetaDataCellAttributes

  • All Implemented Interfaces:
    Serializable, Cloneable, org.pentaho.reporting.engine.classic.core.wizard.DataAttributes

    public class MDXMetaDataCellAttributes
    extends Object
    implements org.pentaho.reporting.engine.classic.core.wizard.DataAttributes
    See Also:
    Serialized Form
    • Constructor Detail

      • MDXMetaDataCellAttributes

        public MDXMetaDataCellAttributes​(org.pentaho.reporting.engine.classic.core.wizard.DataAttributes backend,
                                         org.olap4j.Cell cell)
    • Method Detail

      • getMetaAttributeDomains

        public String[] getMetaAttributeDomains()
        Specified by:
        getMetaAttributeDomains in interface org.pentaho.reporting.engine.classic.core.wizard.DataAttributes
      • getMetaAttributeNames

        public String[] getMetaAttributeNames​(String domainName)
        Specified by:
        getMetaAttributeNames in interface org.pentaho.reporting.engine.classic.core.wizard.DataAttributes
      • getMetaAttribute

        public Object getMetaAttribute​(String domain,
                                       String name,
                                       Class type,
                                       org.pentaho.reporting.engine.classic.core.wizard.DataAttributeContext context)
        Specified by:
        getMetaAttribute in interface org.pentaho.reporting.engine.classic.core.wizard.DataAttributes
      • getMetaAttribute

        public Object getMetaAttribute​(String domain,
                                       String name,
                                       Class type,
                                       org.pentaho.reporting.engine.classic.core.wizard.DataAttributeContext context,
                                       Object defaultValue)
        Specified by:
        getMetaAttribute in interface org.pentaho.reporting.engine.classic.core.wizard.DataAttributes
      • getMetaAttributeMapper

        public org.pentaho.reporting.engine.classic.core.wizard.ConceptQueryMapper getMetaAttributeMapper​(String domain,
                                                                                                          String name)
        Specified by:
        getMetaAttributeMapper in interface org.pentaho.reporting.engine.classic.core.wizard.DataAttributes