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

Interface CicsWaitJournalStmt

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


    public interface CicsWaitJournalStmt
    extends CicsStmt
    A representation of the CICS WAIT JOURNAL command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsWaitJournalStmt()
    • Method Detail

      • getJFileId

        DataRefOrLiteral getJFileId()
        Returns the value of the 'JFile Id' containment reference.

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

        Returns:
        the value of the 'JFile Id' containment reference.
        See Also:
        setJFileId(DataRefOrLiteral), COBOLPackage.getCicsWaitJournalStmt_JFileId()
      • setJFileId

        void setJFileId(DataRefOrLiteral value)
        Sets the value of the 'JFile Id' containment reference.
        Parameters:
        value - the new value of the 'JFile Id' containment reference.
        See Also:
        getJFileId()
      • 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.

        Returns:
        the value of the 'Req Id' containment reference.
        See Also:
        setReqId(DataRefOrLiteral), COBOLPackage.getCicsWaitJournalStmt_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()
      • isStartIO

        boolean isStartIO()
        Returns the value of the 'Start IO' attribute.

        The value is true if the STARTIO option is present; false otherwise.

        Returns:
        the value of the 'Start IO' attribute.
        See Also:
        setStartIO(boolean), COBOLPackage.getCicsWaitJournalStmt_StartIO()
      • setStartIO

        void setStartIO(boolean value)
        Sets the value of the 'Start IO' attribute.
        Parameters:
        value - the new value of the 'Start IO' attribute.
        See Also:
        isStartIO()