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

Interface CicsWaitJournalNameStmt

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


    public interface CicsWaitJournalNameStmt
    extends CicsStmt
    A representation of the CICS WAIT JOURNALNAME command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsWaitJournalNameStmt()
    • Method Detail

      • getJournalName

        DataRefOrLiteral getJournalName()
        Returns the value of the 'Journal Name' containment reference.

        The value is a representation of the data value specified in the JOURNALNAME option.

        Returns:
        the value of the 'Journal Name' containment reference.
        See Also:
        setJournalName(DataRefOrLiteral), COBOLPackage.getCicsWaitJournalNameStmt_JournalName()
      • setJournalName

        void setJournalName(DataRefOrLiteral value)
        Sets the value of the 'Journal Name' containment reference.
        Parameters:
        value - the new value of the 'Journal Name' containment reference.
        See Also:
        getJournalName()
      • getReqId

        DataRefOrLiteral getReqId()
        Returns the value of the 'Req Id' containment reference.

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

        Returns:
        the value of the 'Req Id' containment reference.
        See Also:
        setReqId(DataRefOrLiteral), COBOLPackage.getCicsWaitJournalNameStmt_ReqId()
      • setReqId

        void setReqId(DataRefOrLiteral value)
        Sets the value of the 'Req Id' containment reference.
        Parameters:
        value - the new value of the 'Req Id' containment reference.
        See Also:
        getReqId()