Annotation Type IpsTableStructure
Preserves design time information about a table structure for runtime reference via
TableStructure.-
Required Element Summary
Required Elements
-
Element Details
-
name
String nameThe qualified IPS object name. -
type
TableStructureKind typeWhether this table structure allows multiple contents. -
columns
String[] columnsThe names of the columns, in order. Additional information is available inIpsTableColumnannotations on thetable'srow class.
-