Interface IBooleanComboParameterization

All Superinterfaces:
IComboSelectParameterization, IParameterization
All Known Implementing Classes:
BooleanComboParameterization

public interface IBooleanComboParameterization extends IParameterization, IComboSelectParameterization
The parameterization for boolean combo component.
  • Field Details

  • Method Details

    • getTrueText

      String getTrueText()
      Returns the text of true value.
      Returns:
      the text of true value.
    • getFalseText

      String getFalseText()
      Returns the text of false value.
      Returns:
      the text of false value.
    • getNullText

      String getNullText()
      Returns the text of null value.
      Returns:
      the text of null value.