Package acdp.tools
Annotation Type Setup.SetupColumn
- Enclosing class:
 Setup
The 
@SetupColumn annotation is used by the Setup Tool to
 identify the column objects declared within a table class.
 For this to work, each column must be declared public static and
 the table class itself must be declared with a public access level
 modifier.
 Furthermore, for columns referencing a table, the name of the referenced table must be specified.
This annotation is exclusively processed by the Setup Tool.
- Author:
 - Beat Hörmann
 
- 
Required Element Summary
Required Elements - 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe name of the referenced table if the column is ofRefTypeorArrayOfRefType. 
- 
Element Details
- 
value
String valueThe name of the column.- Returns:
 - The name of the column.
 
 - 
refdTable
String refdTableThe name of the referenced table if the column is ofRefTypeorArrayOfRefType.- Returns:
 - The name of the referenced table.
 
- Default:
 ""
 
 -