Annotation Type IpsTableStructure


@Retention(RUNTIME) @Target(TYPE) public @interface IpsTableStructure
Preserves design time information about a table structure for runtime reference via TableStructure.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The names of the columns, in order.
    The qualified IPS object name.
    Whether this table structure allows multiple contents.
  • Element Details

    • name

      String name
      The qualified IPS object name.
    • type

      Whether this table structure allows multiple contents.
    • columns

      String[] columns
      The names of the columns, in order. Additional information is available in IpsTableColumn annotations on the table's row class.