Interface ICheckParameterSettings

    • Method Detail

      • setValue

        void setValue​(String value)
        Sets the property value
        Parameters:
        value - the value to set
      • getName

        String getName()
        Gets the name of the parameter
        Returns:
        The name of the parameter. May not be null
      • getTitle

        String getTitle()
        Gets the title of the parameter
        Returns:
        The title of the paramter. May not be null
      • getType

        Class<?> getType()
        Gets the type of the parameter
        Returns:
        The type of the parameter. May not be null
      • getValue

        String getValue()
        Gets the current raw value of the parameter. May not be null
        Returns:
        The value of the parameter. May not be null. May be empty string
      • isDefault

        boolean isDefault()
        Returns whether property value matches the default one (so it wasn't changed by the user)
        Returns:
        True if the parameter value wasn't changed by the user