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

Interface CicsSpoolReadStmt

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


    public interface CicsSpoolReadStmt
    extends CicsStmt
    A representation of the CICS SPOOLREAD command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsSpoolReadStmt()
    • 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.getCicsSpoolReadStmt_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()
      • getInto

        DataRef getInto()
        Returns the value of the 'Into' containment reference.

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

        Returns:
        the value of the 'Into' containment reference.
        See Also:
        setInto(DataRef), COBOLPackage.getCicsSpoolReadStmt_Into()
      • setInto

        void setInto(DataRef value)
        Sets the value of the 'Into' containment reference.
        Parameters:
        value - the new value of the 'Into' containment reference.
        See Also:
        getInto()
      • getMaxFLength

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

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

        Returns:
        the value of the 'Max FLength' containment reference.
        See Also:
        setMaxFLength(DataRefOrLiteral), COBOLPackage.getCicsSpoolReadStmt_MaxFLength()
      • setMaxFLength

        void setMaxFLength(DataRefOrLiteral value)
        Sets the value of the 'Max FLength' containment reference.
        Parameters:
        value - the new value of the 'Max FLength' containment reference.
        See Also:
        getMaxFLength()
      • getToFLength

        DataRef getToFLength()
        Returns the value of the 'To FLength' containment reference.

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

        Returns:
        the value of the 'To FLength' containment reference.
        See Also:
        setToFLength(DataRef), COBOLPackage.getCicsSpoolReadStmt_ToFLength()
      • setToFLength

        void setToFLength(DataRef value)
        Sets the value of the 'To FLength' containment reference.
        Parameters:
        value - the new value of the 'To FLength' containment reference.
        See Also:
        getToFLength()