public interface AbstractCELines extends CELines
The -CE Lines are used to identify the elements which compose the current Segment. You can create in a table Data Element calls, Segment calls, undefined Data Elements, Data element groups and add fillers.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.util.List<GLine> |
getGCLines()
These lines are used for documentation purposes.
|
java.util.List<GLine> |
getGELines()
GELines specify the automatically generated error messages, declare explicit error messages, or specify help on a component.
|
java.util.List<GLine> |
getGGLines()
GGLines are used to customize the SQL accesses.
|
java.util.List<MoreControls> |
getMoreControls()
Gives the list of the controls defined for the component.
|
static final java.lang.String copyright
java.util.List<GLine> getGCLines()
These lines are used for documentation purposes. Comments are available with all entities. You can write or edit text in relation to the selected instance. You can write, modify, move, or delete text lines using basic word-processing functions.
java.util.List<GLine> getGELines()
GELines specify the automatically generated error messages, declare explicit error messages, or specify help on a component.
java.util.List<GLine> getGGLines()
GGLines are used to customize the SQL accesses.
java.util.List<MoreControls> getMoreControls()
Gives the list of the controls defined for the component.