com.ibm.pdp.maf.rpp.pac.common.dialog

Interface CELineFieldComplement

  • All Superinterfaces:
    Element


    public interface CELineFieldComplement
    extends Element

    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...

    • Method Detail

      • getActionCode

        ScreenActionCodeValues getActionCode()

        Gives the condition required for the control of the Data Element.

        Returns:
      • getDisplaySegmentCode

        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.

        Returns:
      • getGeneratedLevel

        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.

        Returns:
      • getScreen

        Screen getScreen()

        Indicates the code of the Segment to branch to when UpdateOption is equal to Simulate Screen Branching or Generate Screen Branching.

        Returns:
      • getSourceType

        ScreenSourceTypeValues getSourceType()

        This field specifies the source type which will be used to fill in a display Data Element or the type of branching.

        Returns:
      • getUpdateOption

        ScreenUpdateOptionValues getUpdateOption()

        This field indicates the type of update you want to make on the Data Element

        Returns:
      • getUpdateSegmentCode

        java.lang.String getUpdateSegmentCode()

        This field contains :

        • the value to validate

        • the subfunction to perform

        depending on the value of the Update Option.

        Returns: