Annotation Interface Option


@Retention(CLASS) @Target({}) public @interface Option
Option information for an AttributeDefinition.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The value of this Option.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The human readable label of this Option.
  • Element Details

    • value

      String value
      The value of this Option.
      See Also:
      • "The value attribute of the Option element of a Meta Type Resource."
    • label

      String label
      The human readable label of this Option.

      If not specified, the label of this Option is the empty string.

      If the label begins with the percent sign ('%' \u0025), the label can be localized.

      See Also:
      • "The label attribute of the Option element of a Meta Type Resource."
      Default:
      ""