Interface RequestTypeFieldValue

All Known Implementing Classes:
RequestTypeFieldValueImpl

@PublicApi public interface RequestTypeFieldValue
Used as valid field value(s) to RequestTypeField where applicable, for example field value as valid options of a select field. A field value might have nested children recursively.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Nested valid values as children of this field value if applicable, or empty otherwise
    The display of this field value
    The value of this field value
  • Method Details

    • label

      String label()
      The display of this field value
    • value

      String value()
      The value of this field value
    • children

      Nested valid values as children of this field value if applicable, or empty otherwise