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

Interface CicsWriteJournalNameStmt

    • 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.getCicsWriteJournalNameStmt_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()
      • getJTypeId

        DataRefOrLiteral getJTypeId()
        Returns the value of the 'JType Id' containment reference.

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

        Returns:
        the value of the 'JType Id' containment reference.
        See Also:
        setJTypeId(DataRefOrLiteral), COBOLPackage.getCicsWriteJournalNameStmt_JTypeId()
      • setJTypeId

        void setJTypeId(DataRefOrLiteral value)
        Sets the value of the 'JType Id' containment reference.
        Parameters:
        value - the new value of the 'JType Id' containment reference.
        See Also:
        getJTypeId()
      • getFrom

        DataRef getFrom()
        Returns the value of the 'From' containment reference.

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

        Returns:
        the value of the 'From' containment reference.
        See Also:
        setFrom(DataRef), COBOLPackage.getCicsWriteJournalNameStmt_From()
      • setFrom

        void setFrom(DataRef value)
        Sets the value of the 'From' containment reference.
        Parameters:
        value - the new value of the 'From' containment reference.
        See Also:
        getFrom()
      • getFLength

        DataRefOrLiteral getFLength()
        Returns the value of the 'FLength' containment reference.

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

        Returns:
        the value of the 'FLength' containment reference.
        See Also:
        setFLength(DataRefOrLiteral), COBOLPackage.getCicsWriteJournalNameStmt_FLength()
      • setFLength

        void setFLength(DataRefOrLiteral value)
        Sets the value of the 'FLength' containment reference.
        Parameters:
        value - the new value of the 'FLength' containment reference.
        See Also:
        getFLength()
      • getReqId

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

        The value is a representation of the data area 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(DataRef), COBOLPackage.getCicsWriteJournalNameStmt_ReqId()
      • setReqId

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

        DataRefOrLiteral getPrefix()
        Returns the value of the 'Prefix' containment reference.

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

        Returns:
        the value of the 'Prefix' containment reference.
        See Also:
        setPrefix(DataRefOrLiteral), COBOLPackage.getCicsWriteJournalNameStmt_Prefix()
      • setPrefix

        void setPrefix(DataRefOrLiteral value)
        Sets the value of the 'Prefix' containment reference.
        Parameters:
        value - the new value of the 'Prefix' containment reference.
        See Also:
        getPrefix()
      • getPFXLeng

        DataRefOrLiteral getPFXLeng()
        Returns the value of the 'PFX Leng' containment reference.

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

        Returns:
        the value of the 'PFX Leng' containment reference.
        See Also:
        setPFXLeng(DataRefOrLiteral), COBOLPackage.getCicsWriteJournalNameStmt_PFXLeng()
      • setPFXLeng

        void setPFXLeng(DataRefOrLiteral value)
        Sets the value of the 'PFX Leng' containment reference.
        Parameters:
        value - the new value of the 'PFX Leng' containment reference.
        See Also:
        getPFXLeng()
      • isWait

        boolean isWait()
        Returns the value of the 'Wait' attribute.

        The value is true if the WAIT option is used; false otherwise.

        Returns:
        the value of the 'Wait' attribute.
        See Also:
        setWait(boolean), COBOLPackage.getCicsWriteJournalNameStmt_Wait()
      • setWait

        void setWait(boolean value)
        Sets the value of the 'Wait' attribute.
        Parameters:
        value - the new value of the 'Wait' attribute.
        See Also:
        isWait()
      • isNoSuspend

        boolean isNoSuspend()
        Returns the value of the 'No Suspend' attribute.

        The value is true if the NOSUSPEND option is true; false otherwise.

        Returns:
        the value of the 'No Suspend' attribute.
        See Also:
        setNoSuspend(boolean), COBOLPackage.getCicsWriteJournalNameStmt_NoSuspend()
      • setNoSuspend

        void setNoSuspend(boolean value)
        Sets the value of the 'No Suspend' attribute.
        Parameters:
        value - the new value of the 'No Suspend' attribute.
        See Also:
        isNoSuspend()