Class ControllerInfo

    • Constructor Detail

      • ControllerInfo

        public ControllerInfo()
      • ControllerInfo

        public ControllerInfo​(org.w3c.dom.Node root)
        Class constructor. Initializes a Controller Info instance based on the information included on the XML Node
        Parameters:
        root - Node instance representing the Controller Info information.
        Since:
        MicroStrategy Web 9.0.1
    • Method Detail

      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement
      • getParameterValue

        public java.lang.String getParameterValue​(java.lang.String parameterName)
      • setName

        public void setName​(java.lang.String value)
      • getName

        public java.lang.String getName()