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
      java.lang.String[] columns
      The names of the columns, in order.
      java.lang.String name
      The qualified IPS object name.
      TableStructureKind type
      Whether this table structure allows multiple contents.
    • Element Detail

      • name

        java.lang.String name
        The qualified IPS object name.
      • columns

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