Annotation Type ParameterField

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String label
      A short label for the field.
      boolean required
      Whether or not the switch is compulsory.
      String value
      A hint to display for the field.
    • Element Detail

      • value

        String value
        A hint to display for the field.
        Returns:
        A hint to display for the field.
        Default:
        ""
      • label

        String label
        A short label for the field.
        Returns:
        A short label for the field.
        Default:
        ""
      • required

        boolean required
        Whether or not the switch is compulsory.
        Returns:
        true if the switch is compulsory, false otherwise.
        Default:
        true