Interface WebMDXCube

    • Method Detail

      • getCubeType

        java.lang.String getCubeType()
        This method returns the cube type. The cube type is a vendor-specific string that describes the type of cube.
        Returns:
        The cube type.
      • isQueryCube

        boolean isQueryCube()
        This method returns whether the cube is a query cube. This is based upon the cube type.
        Returns:
        True if the cube is a query cube, false otherwise.
      • getTable

        WebTable getTable()
        Returns the WebTable object that is associated with the cube. This is needed to uniquely identify the cube.
        Returns:
        The WebTable object associated with the cube.
      • getTechnicalName

        java.lang.String getTechnicalName()