Class ExpanderDefinition

    • Constructor Detail

      • ExpanderDefinition

        protected ExpanderDefinition​(IExpanderDS datasource)
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: IExpanderDefinition
        This method returns the unique name of the expander. In the composer, this name will be referred to as the container type name.
        Specified by:
        getName in interface IExpanderDefinition
        Returns:
        The unique name of the expander.
      • getDescription

        public String getDescription()
        Description copied from interface: IExpanderDefinition
        This method returns a description of the container expander.
        Specified by:
        getDescription in interface IExpanderDefinition
        Returns:
        A description of the container expander (may be null).
      • getParameter

        public IParameterDefinition getParameter​(String name)
        Description copied from interface: IExpanderDefinition
        This method returns the parameter definition for the specified name.
        Specified by:
        getParameter in interface IExpanderDefinition
        Parameters:
        name - The name of the requested parameter.
        Returns:
        The definition of the parameter for the specified name.
      • getParameters

        public IParameterDefinition[] getParameters()
        Description copied from interface: IExpanderDefinition
        this method returns an array containing the definitions of the parameters that are supported by this component.
        Specified by:
        getParameters in interface IExpanderDefinition
        Returns:
        Array containing the definitions of the parameters that are supported by this component.