Class OdaDimensionHandle

  • All Implemented Interfaces:
    org.eclipse.birt.report.model.elements.interfaces.IDesignElementModel, org.eclipse.birt.report.model.elements.interfaces.IDimensionModel, org.eclipse.birt.report.model.elements.interfaces.IOdaOlapElementModel

    public class OdaDimensionHandle
    extends DimensionHandle
    implements org.eclipse.birt.report.model.elements.interfaces.IOdaOlapElementModel
    Represents a dimension element in the cube element.
    See Also:
    Dimension
    • Constructor Detail

      • OdaDimensionHandle

        public OdaDimensionHandle​(org.eclipse.birt.report.model.core.Module module,
                                  org.eclipse.birt.report.model.core.DesignElement element)
        Constructs a handle for the given design and design element. The application generally does not create handles directly. Instead, it uses one of the navigation methods available on other element handles.
        Parameters:
        module - the module
        element - the model representation of the element
    • Method Detail

      • getNativeName

        public java.lang.String getNativeName()
        Returns the ODA defined cube name.
        Returns:
        the ODA defined cube name
      • setNativeName

        public void setNativeName​(java.lang.String nativeName)
                           throws SemanticException
        Sets the ODA defined cube name.
        Parameters:
        nativeName - the ODA defined cube name
        Throws:
        SemanticException