Annotation Interface ExcelBooleanText


@Documented @Retention(RUNTIME) @Target(FIELD) public @interface ExcelBooleanText
The Interface ExcelBooleanText.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Disable.
    Enable.
  • Element Details

    • enable

      String enable
      Enable.
      Returns:
      the string
      Default:
      "Yes"
    • disable

      String disable
      Disable.
      Returns:
      the string
      Default:
      "No"