Interface Selectable<T>

All Known Implementing Classes:
ApplicationTypeDTO, BuildToolDTO, JdkVersionDTO, LanguageDTO, TestFrameworkDTO

public interface Selectable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    The Description
    The Label
    The Underlying Value represented by the Option
  • Method Details

    • getLabel

      String getLabel()
      The Label
      Returns:
    • getDescription

      String getDescription()
      The Description
      Returns:
    • getValue

      T getValue()
      The Underlying Value represented by the Option
      Returns: