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

Interface CicsIssueLoadStmt

  • All Superinterfaces:
    ASTNode, CicsStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CicsIssueLoadStmt
    extends CicsStmt
    A representation of the CICS ISSUE LOAD command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsIssueLoadStmt()
    • 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; if that option is not used, the value is null.

        Returns:
        the value of the 'Program' containment reference.
        See Also:
        setProgram(DataRefOrLiteral), COBOLPackage.getCicsIssueLoadStmt_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()
      • isConverse

        boolean isConverse()
        Returns the value of the 'Converse' attribute.

        If value is true if the CONVERSE option is used; false otherwise.

        Returns:
        the value of the 'Converse' attribute.
        See Also:
        setConverse(boolean), COBOLPackage.getCicsIssueLoadStmt_Converse()
      • setConverse

        void setConverse(boolean value)
        Sets the value of the 'Converse' attribute.
        Parameters:
        value - the new value of the 'Converse' attribute.
        See Also:
        isConverse()