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

Interface CicsRewriteStmt

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


    public interface CicsRewriteStmt
    extends CicsStmt
    A representation of the CICS REWRITE command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsRewriteStmt()
    • Method Detail

      • getFile

        DataRefOrLiteral getFile()
        Returns the value of the 'File' containment reference.

        The value is a representation of the file name specified in the FILE option.

        Returns:
        the value of the 'File' containment reference.
        See Also:
        setFile(DataRefOrLiteral), COBOLPackage.getCicsRewriteStmt_File()
      • setFile

        void setFile(DataRefOrLiteral value)
        Sets the value of the 'File' containment reference.
        Parameters:
        value - the new value of the 'File' containment reference.
        See Also:
        getFile()
      • getToken

        DataRef getToken()
        Returns the value of the 'Token' containment reference.

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

        Returns:
        the value of the 'Token' containment reference.
        See Also:
        setToken(DataRef), COBOLPackage.getCicsRewriteStmt_Token()
      • setToken

        void setToken(DataRef value)
        Sets the value of the 'Token' containment reference.
        Parameters:
        value - the new value of the 'Token' containment reference.
        See Also:
        getToken()
      • 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.getCicsRewriteStmt_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()
      • getSysId

        DataRefOrLiteral getSysId()
        Returns the value of the 'Sys Id' containment reference.

        The value is a representation of the system name specified in the SYSID option; if that option is not used, the value is null.

        Returns:
        the value of the 'Sys Id' containment reference.
        See Also:
        setSysId(DataRefOrLiteral), COBOLPackage.getCicsRewriteStmt_SysId()
      • setSysId

        void setSysId(DataRefOrLiteral value)
        Sets the value of the 'Sys Id' containment reference.
        Parameters:
        value - the new value of the 'Sys Id' containment reference.
        See Also:
        getSysId()
      • getLength

        DataRefOrLiteral getLength()
        Returns the value of the 'Length' containment reference.

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

        Returns:
        the value of the 'Length' containment reference.
        See Also:
        setLength(DataRefOrLiteral), COBOLPackage.getCicsRewriteStmt_Length()
      • setLength

        void setLength(DataRefOrLiteral value)
        Sets the value of the 'Length' containment reference.
        Parameters:
        value - the new value of the 'Length' containment reference.
        See Also:
        getLength()
      • isNoSuspend

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

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

        Returns:
        the value of the 'No Suspend' attribute.
        See Also:
        setNoSuspend(boolean), COBOLPackage.getCicsRewriteStmt_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()