Package acdp.tools
Annotation Type Setup.SetupTable
- Enclosing class:
Setup
The
@SetupTable
annotation is used by the Setup Tool to get the
names of the table's columns.
Note that the order of the column names in the "value
" array
must be the same as the order in which the columns appear in the
initialize
method of the CustomTable
class.
It is the same order in which the column layouts appear in the table
layout of the resulting database layout.
This annotation is exclusively processed by the Setup Tool.
- Author:
- Beat Hörmann
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] valueThe table's columns in proper order.- Returns:
- The table's columns in proper order.
-