Class ComponentParameter


  • @Portable
    public class ComponentParameter
    extends Object
    • Constructor Detail

      • ComponentParameter

        public ComponentParameter()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getCategory

        public String getCategory()
      • setCategory

        public void setCategory​(String category)
      • getDefaultValue

        public String getDefaultValue()
      • setDefaultValue

        public void setDefaultValue​(String defaultValue)
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getComboValues

        public List<String> getComboValues()
      • setComboValues

        public void setComboValues​(List<String> comboValues)
      • isMandatory

        public boolean isMandatory()
      • setMandatory

        public void setMandatory​(boolean mandatory)