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

Interface CicsIssueNoteStmt

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


    public interface CicsIssueNoteStmt
    extends CicsStmt
    A representation of the CICS ISSUE NOTE command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsIssueNoteStmt()
    • Method Detail

      • getDestId

        DataRefOrLiteral getDestId()
        Returns the value of the 'Dest Id' containment reference.

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

        Returns:
        the value of the 'Dest Id' containment reference.
        See Also:
        setDestId(DataRefOrLiteral), COBOLPackage.getCicsIssueNoteStmt_DestId()
      • setDestId

        void setDestId(DataRefOrLiteral value)
        Sets the value of the 'Dest Id' containment reference.
        Parameters:
        value - the new value of the 'Dest Id' containment reference.
        See Also:
        getDestId()
      • getDestIdLeng

        DataRefOrLiteral getDestIdLeng()
        Returns the value of the 'Dest Id Leng' containment reference.

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

        Returns:
        the value of the 'Dest Id Leng' containment reference.
        See Also:
        setDestIdLeng(DataRefOrLiteral), COBOLPackage.getCicsIssueNoteStmt_DestIdLeng()
      • setDestIdLeng

        void setDestIdLeng(DataRefOrLiteral value)
        Sets the value of the 'Dest Id Leng' containment reference.
        Parameters:
        value - the new value of the 'Dest Id Leng' containment reference.
        See Also:
        getDestIdLeng()
      • getVolume

        DataRefOrLiteral getVolume()
        Returns the value of the 'Volume' containment reference.

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

        Returns:
        the value of the 'Volume' containment reference.
        See Also:
        setVolume(DataRefOrLiteral), COBOLPackage.getCicsIssueNoteStmt_Volume()
      • setVolume

        void setVolume(DataRefOrLiteral value)
        Sets the value of the 'Volume' containment reference.
        Parameters:
        value - the new value of the 'Volume' containment reference.
        See Also:
        getVolume()
      • getVolumeLeng

        DataRefOrLiteral getVolumeLeng()
        Returns the value of the 'Volume Leng' containment reference.

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

        Returns:
        the value of the 'Volume Leng' containment reference.
        See Also:
        setVolumeLeng(DataRefOrLiteral), COBOLPackage.getCicsIssueNoteStmt_VolumeLeng()
      • setVolumeLeng

        void setVolumeLeng(DataRefOrLiteral value)
        Sets the value of the 'Volume Leng' containment reference.
        Parameters:
        value - the new value of the 'Volume Leng' containment reference.
        See Also:
        getVolumeLeng()
      • getRIDFLD

        DataRef getRIDFLD()
        Returns the value of the 'RIDFLD' containment reference.

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

        Returns:
        the value of the 'RIDFLD' containment reference.
        See Also:
        setRIDFLD(DataRef), COBOLPackage.getCicsIssueNoteStmt_RIDFLD()
      • setRIDFLD

        void setRIDFLD(DataRef value)
        Sets the value of the 'RIDFLD' containment reference.
        Parameters:
        value - the new value of the 'RIDFLD' containment reference.
        See Also:
        getRIDFLD()
      • isRRN

        boolean isRRN()
        Returns the value of the 'RRN' attribute.

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

        Returns:
        the value of the 'RRN' attribute.
        See Also:
        setRRN(boolean), COBOLPackage.getCicsIssueNoteStmt_RRN()
      • setRRN

        void setRRN(boolean value)
        Sets the value of the 'RRN' attribute.
        Parameters:
        value - the new value of the 'RRN' attribute.
        See Also:
        isRRN()