Package com.storedobject.core.annotation
Annotation Interface Table
Annotation used to specify the features of a Data Class.
- Author:
- Syam
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionAnchor fields of this data class (comma-separated list of attributes).boolean
Check if this is a base class or not.int
Form style (Number of field columns).Name of the tab on which fields (attributes) are displayed.Title value.
-
Element Details
-
base
boolean baseCheck if this is a base class or not.- Returns:
- True/false. Default is
false
.
- Default:
false
-
title
-
formStyle
int formStyleForm style (Number of field columns).- Returns:
- Form style. Default is 0 meaning 2 columns.
- Default:
0
-
anchors
String anchorsAnchor fields of this data class (comma-separated list of attributes).- Returns:
- Anchors. Default is
null
string (meaning no anchors).
- Default:
""
-
tab
String tabName of the tab on which fields (attributes) are displayed.- Returns:
- Tab name. Default value is a
null
string.
- Default:
""
-