Interface IParameterDescriptor


public interface IParameterDescriptor
Author:
Jiri Banszel, POLARION SOFTWARE
  • Method Details

    • getId

      String getId()
    • getLabel

      String getLabel()
    • getType

      Class getType()
    • getDefaultValue

      Object getDefaultValue()
    • getSwitchedOnAlert

      String getSwitchedOnAlert()
      For boolean parameters only. Optionally returns alert message that should be shown to the user when he switches this parameter on.
      Returns:
      alert message or null
      Since:
      3.5.2