com.ibm.etools.cobol.application.model.cobol

Interface CicsXCTLStmt

    • Method Detail

      • getProgram

        DataRefOrLiteral getProgram()
        Returns the value of the 'Program' containment reference.

        The value is a representation of the name specified in the PROGRAM option.

        Returns:
        the value of the 'Program' containment reference.
        See Also:
        setProgram(DataRefOrLiteral), COBOLPackage.getCicsXCTLStmt_Program()
      • setProgram

        void setProgram(DataRefOrLiteral value)
        Sets the value of the 'Program' containment reference.
        Parameters:
        value - the new value of the 'Program' containment reference.
        See Also:
        getProgram()
      • getCommAreaClause

        CicsCommunicationAreaClause getCommAreaClause()
        Returns the value of the 'Comm Area Clause' containment reference.

        The value is a representation of the COMMAREA and CHANNEL options; if those options are not used, the value is null.

        Returns:
        the value of the 'Comm Area Clause' containment reference.
        See Also:
        setCommAreaClause(CicsCommunicationAreaClause), COBOLPackage.getCicsXCTLStmt_CommAreaClause()
      • getInputMsgClause

        CicsInputMessageClause getInputMsgClause()
        Returns the value of the 'Input Msg Clause' containment reference.

        The value is a representation of the INPUTMSG and INPUTMSGLEN options; if those options are not used, the value is null.

        Returns:
        the value of the 'Input Msg Clause' containment reference.
        See Also:
        setInputMsgClause(CicsInputMessageClause), COBOLPackage.getCicsXCTLStmt_InputMsgClause()
      • getChannel

        DataRefOrLiteral getChannel()
        Returns the value of the 'Channel' containment reference.

        The value is a representation of the name specified in the CHANNEL option; if that option is not used, the value is null.

        Returns:
        the value of the 'Channel' containment reference.
        See Also:
        setChannel(DataRefOrLiteral), COBOLPackage.getCicsXCTLStmt_Channel()
      • setChannel

        void setChannel(DataRefOrLiteral value)
        Sets the value of the 'Channel' containment reference.
        Parameters:
        value - the new value of the 'Channel' containment reference.
        See Also:
        getChannel()