Interface InfoParameter

All Superinterfaces:
ConfigParameter, Parameter
All Known Implementing Classes:
InfoParameterImpl

public interface InfoParameter extends Parameter
A label and a value together. Not linked to a config key
See Also:
  • Method Details

    • getValue

      String getValue()
    • setValue

      void setValue(String str)
    • setTextSelectable

      void setTextSelectable(boolean selectable)
    • isTextSelectable

      boolean isTextSelectable()