Interface FormularResult.Result

All Known Implementing Classes:
FormularResult.BooleanResult, FormularResult.CheckboxesResult, FormularResult.IntegerResult, FormularResult.MultipleChoiceResult, FormularResult.TextResult
Enclosing class:
FormularResult

public static interface FormularResult.Result
All results should extend this. Provides a group for all results and the result() method, to get the value as an Object.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets this result's id.
    Gets this result's value as an Object.
  • Method Details

    • id

      String id()
      Gets this result's id.
      Returns:
      The result's id.
    • result

      Object result()
      Gets this result's value as an Object.
      Returns:
      The result's value.