|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CELineFieldComplement
CELineFieldComplement allows to indicate the controls defined for the field, the branching, the fields which will be updated ,the source of the data displayed etc...
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
ScreenActionCodeValues |
getActionCode()
Gives the condition required for the control of the Data Element. |
java.lang.String |
getDisplaySegmentCode()
In the generated program linked to the Screen, this field corresponds to the Segment code to which the Data Element updated from the Screen Data Element belongs. |
int |
getGeneratedLevel()
The On-line Systems Development function automatically generates the following in the program associated with the Screen: A sub-function of Function 20 for each Data Element to be validated, A sub-function of Functions 25, 35 and 60 for each Segment which is accessed in the Screen. |
ScreenPresenceCheckValues |
getPresenceCheck()
Presence Validation of the Data Element |
Screen |
getScreen()
Indicates the code of the Segment to branch to when UpdateOption is equal to Simulate Screen Branching or Generate Screen Branching. |
ScreenSourceTypeValues |
getSourceType()
This field specifies the source type which will be used to fill in a display Data Element or the type of branching. |
ScreenUpdateOptionValues |
getUpdateOption()
This field indicates the type of update you want to make on the Data Element |
java.lang.String |
getUpdateSegmentCode()
This field contains :the value to validatethe subfunction to performdepending on the value of the Update Option. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
ScreenActionCodeValues getActionCode()
Gives the condition required for the control of the Data Element.
java.lang.String getDisplaySegmentCode()
In the generated program linked to the Screen, this field corresponds to the Segment code to which the Data Element updated from the Screen Data Element belongs.
In the normal case, the code of the Segment and of the Data Element source (if different from -CE) are indicated.
If UpdateOption= 'S' or 'G', this field contains the value of the field (or the PA key) used to call the requested screen.
If UpdateOption = 'V' and ActionCode = 'O' or 'I', this field contains the value for the initialization of the internal operation code (OPER)
or of the internal transaction code (CATM).
If UpdateOption = P, this field contains the code of the field used to temporarily store data from the input Screen field before the sub-function branching.
int getGeneratedLevel()
The On-line Systems Development function automatically generates the following in the program associated with the Screen:
A sub-function of Function 20 for each Data Element to be validated,
A sub-function of Functions 25, 35 and 60 for each Segment which is accessed in the Screen.
The hierarchical level is 10 by default. It can be modified for a Data Element or a Segment.
ScreenPresenceCheckValues getPresenceCheck()
Presence Validation of the Data Element
Screen getScreen()
Indicates the code of the Segment to branch to when UpdateOption is equal to Simulate Screen Branching or Generate Screen Branching.
ScreenSourceTypeValues getSourceType()
This field specifies the source type which will be used to fill in a display Data Element or the type of branching.
ScreenUpdateOptionValues getUpdateOption()
This field indicates the type of update you want to make on the Data Element
java.lang.String getUpdateSegmentCode()
This field contains :
the value to validate
the subfunction to perform
depending on the value of the Update Option.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |