Class Param

    • Constructor Detail

      • Param

        public Param()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        The name of the parameter, must start with a character, after that only characters, digits and underscore are allowed.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • setType

        public void setType​(ParamType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is ParamType
      • getDefault

        public String getDefault()
        The default-value for this parameter.
        Returns:
        possible object is String
      • setDefault

        public void setDefault​(String value)
        Sets the value of the default property.
        Parameters:
        value - allowed object is String