Class MondrianOlap4jMetadataElement

    • Constructor Detail

      • MondrianOlap4jMetadataElement

        MondrianOlap4jMetadataElement()
    • Method Detail

      • unwrapImpl

        protected <T> T unwrapImpl​(Class<T> iface)
        Type Parameters:
        T - Type
        Parameters:
        iface - Desired interface
        Returns:
        This as desired interface, or null
      • getOlapElement

        protected abstract OlapElement getOlapElement()
        Returns the Mondrian metadata element inside this wrapper, or null if there is none.
        Returns:
        The Mondrian metadata element, if any