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

Interface CicsInvokeApplicationStmt

    • Method Detail

      • getApplication

        DataRefOrLiteral getApplication()
        Returns the value of the 'Application' containment reference. Specifies the name of the application.
        Returns:
        the value of the 'Application' containment reference.
        See Also:
        setApplication(DataRefOrLiteral), COBOLPackage.getCicsInvokeApplicationStmt_Application()
      • setApplication

        void setApplication(DataRefOrLiteral value)
        Sets the value of the 'Application' containment reference.
        Parameters:
        value - the new value of the 'Application' containment reference.
        See Also:
        getApplication()
      • getOperation

        DataRefOrLiteral getOperation()
        Returns the value of the 'Operation' containment reference. Specifies the name of the application operation.
        Returns:
        the value of the 'Operation' containment reference.
        See Also:
        setOperation(DataRefOrLiteral), COBOLPackage.getCicsInvokeApplicationStmt_Operation()
      • setOperation

        void setOperation(DataRefOrLiteral value)
        Sets the value of the 'Operation' containment reference.
        Parameters:
        value - the new value of the 'Operation' containment reference.
        See Also:
        getOperation()
      • getPlatform

        DataRefOrLiteral getPlatform()
        Returns the value of the 'Platform' containment reference. Optional. Specifies the name of the platform on which the application is installed.
        Returns:
        the value of the 'Platform' containment reference.
        See Also:
        setPlatform(DataRefOrLiteral), COBOLPackage.getCicsInvokeApplicationStmt_Platform()
      • setPlatform

        void setPlatform(DataRefOrLiteral value)
        Sets the value of the 'Platform' containment reference.
        Parameters:
        value - the new value of the 'Platform' containment reference.
        See Also:
        getPlatform()
      • getCicsVersionClause

        com.ibm.etools.cobol.application.model.cobol.CicsVersionClause getCicsVersionClause()
        Returns the value of the 'Cics Version Clause' containment reference. Optional. Specifies the version number of the application to be invoked.
        Returns:
        the value of the 'Cics Version Clause' containment reference.
        See Also:
        setCicsVersionClause(CicsVersionClause), COBOLPackage.getCicsInvokeApplicationStmt_CicsVersionClause()
      • setCicsVersionClause

        void setCicsVersionClause(com.ibm.etools.cobol.application.model.cobol.CicsVersionClause value)
        Sets the value of the 'Cics Version Clause' containment reference.
        Parameters:
        value - the new value of the 'Cics Version Clause' containment reference.
        See Also:
        getCicsVersionClause()
      • getCommAreaClause

        CicsCommunicationAreaClause getCommAreaClause()
        Returns the value of the 'Comm Area Clause' containment reference. Optional. Specifies the communication area that is to be made available to the called program.
        Returns:
        the value of the 'Comm Area Clause' containment reference.
        See Also:
        setCommAreaClause(CicsCommunicationAreaClause), COBOLPackage.getCicsInvokeApplicationStmt_CommAreaClause()
      • getChannel

        DataRefOrLiteral getChannel()
        Returns the value of the 'Channel' containment reference. Optional. Specifies the name of a channel that is to be made available to the called program.
        Returns:
        the value of the 'Channel' containment reference.
        See Also:
        setChannel(DataRefOrLiteral), COBOLPackage.getCicsInvokeApplicationStmt_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()