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

Interface CicsSpoolWriteStmt

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


    public interface CicsSpoolWriteStmt
    extends CicsStmt
    A representation of the CICS SPOOLWRITE command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsSpoolWriteStmt()
    • Method Detail

      • 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.

        Returns:
        the value of the 'Token' containment reference.
        See Also:
        setToken(DataRef), COBOLPackage.getCicsSpoolWriteStmt_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.getCicsSpoolWriteStmt_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.getCicsSpoolWriteStmt_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()
      • isLine

        boolean isLine()
        Returns the value of the 'Line' attribute.

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

        Returns:
        the value of the 'Line' attribute.
        See Also:
        setLine(boolean), COBOLPackage.getCicsSpoolWriteStmt_Line()
      • setLine

        void setLine(boolean value)
        Sets the value of the 'Line' attribute.
        Parameters:
        value - the new value of the 'Line' attribute.
        See Also:
        isLine()
      • isPage

        boolean isPage()
        Returns the value of the 'Page' attribute.

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

        Returns:
        the value of the 'Page' attribute.
        See Also:
        setPage(boolean), COBOLPackage.getCicsSpoolWriteStmt_Page()
      • setPage

        void setPage(boolean value)
        Sets the value of the 'Page' attribute.
        Parameters:
        value - the new value of the 'Page' attribute.
        See Also:
        isPage()