Package mondrian.xmla

Class DataSourcesConfig.DataSource

    • Field Detail

      • name

        public String name
        Name.
      • description

        public String description
        Description.
      • url

        public String url
        URL of Web Services invocation.
      • dataSourceInfo

        public String dataSourceInfo
        ConnectString of Mondrian (minus the catalog entry). Required, but catalog may override.
      • providerName

        public String providerName
        Customized Service Provider Name.
      • providerType

        public String providerType
        Ignored. Only return "MDP" for DISCOVER_DATASOURCES.
      • authenticationMode

        public String authenticationMode
        Ignored. Only return "Unauthenticated" for DISCOVER_DATASOURCES.
    • Constructor Detail

      • DataSource

        public DataSource()
      • DataSource

        public DataSource​(org.eigenbase.xom.DOMWrapper _def)
                   throws org.eigenbase.xom.XOMException
        Throws:
        org.eigenbase.xom.XOMException
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.eigenbase.xom.NodeDef
        Overrides:
        getName in class org.eigenbase.xom.ElementDef
      • display

        public void display​(PrintWriter _out,
                            int _indent)
      • displayXML

        public void displayXML​(org.eigenbase.xom.XMLOutput _out,
                               int _indent)
        Specified by:
        displayXML in interface org.eigenbase.xom.NodeDef
        Overrides:
        displayXML in class org.eigenbase.xom.ElementDef
      • displayDiff

        public boolean displayDiff​(org.eigenbase.xom.ElementDef _other,
                                   PrintWriter _out,
                                   int _indent)
        Overrides:
        displayDiff in class org.eigenbase.xom.ElementDef
      • getDataSourceName

        public String getDataSourceName()
      • getDataSourceDescription

        public String getDataSourceDescription()
      • getURL

        public String getURL()
      • getDataSourceInfo

        public String getDataSourceInfo()
      • getProviderName

        public String getProviderName()
      • getProviderType

        public String[] getProviderType()
      • getAuthenticationMode

        public String getAuthenticationMode()