Class GroupOfParameters


  • public class GroupOfParameters
    extends Object
    • Constructor Detail

      • GroupOfParameters

        public GroupOfParameters()
      • GroupOfParameters

        public GroupOfParameters​(GroupOfParameters groupOfParameters)
    • Method Detail

      • getName

        public String getName()
        Gets the group name.
        Returns:
        a string.
      • setName

        public void setName​(String name)
        Sets the group name.
        Parameters:
        name - a group name.
      • getLabel

        protected Map<String,​String> getLabel()
        Gets the value of the label property.
        Returns:
        possible object is Multilang
      • getDescription

        protected Map<String,​String> getDescription()
        Gets the value of the description property.
        Returns:
        possible object is Multilang
      • getHelp

        protected Map<String,​String> getHelp()
        Gets the value of the help property.
        Returns:
        possible object is Multilang
      • getOrder

        public int getOrder()
        Gets the value of the order property.
      • setOrder

        public void setOrder​(int value)
        Sets the value of the order property.
      • getParameters

        public List<Parameter> getParameters()
        Gets the list of instance parameters of this group.
        Returns:
        list of Parameter
      • setParameters

        public void setParameters​(List<Parameter> parameters)
        Sets explicitly the parameters of this group.
        Parameters:
        parameters - list of Parameter
      • isVisible

        public boolean isVisible()