Annotation Type IpsTableStructure
-
@Retention(RUNTIME) @Target(TYPE) public @interface IpsTableStructurePreserves design time information about a table structure for runtime reference viaTableStructure.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]columnsThe names of the columns, in order.java.lang.StringnameThe qualified IPS object name.TableStructureKindtypeWhether this table structure allows multiple contents.
-
-
-
-
type
TableStructureKind type
Whether this table structure allows multiple contents.
-
-
-
columns
java.lang.String[] columns
The names of the columns, in order. Additional information is available inIpsTableColumnannotations on thetable'srow class.
-
-