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

Interface ReadStmt

    • Method Detail

      • setFile

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

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

        The value is the data item in the INTO phrase.

        Returns:
        the value of the 'Into' containment reference.
        See Also:
        setInto(DataRef), COBOLPackage.getReadStmt_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()
      • getKey

        DataRef getKey()
        Returns the value of the 'Key' containment reference.

        The value is the data item in the KEY phrase.

        Returns:
        the value of the 'Key' containment reference.
        See Also:
        setKey(DataRef), COBOLPackage.getReadStmt_Key()
      • setKey

        void setKey(DataRef value)
        Sets the value of the 'Key' containment reference.
        Parameters:
        value - the new value of the 'Key' containment reference.
        See Also:
        getKey()
      • getAtEnd

        java.util.List getAtEnd()
        Returns the value of the 'At End' containment reference list. The list contents are of type Stmt.

        The list contains the statements in the AT END phrase.

        Returns:
        the value of the 'At End' containment reference list.
        See Also:
        COBOLPackage.getReadStmt_AtEnd()
      • getNotAtEnd

        java.util.List getNotAtEnd()
        Returns the value of the 'Not At End' containment reference list. The list contents are of type Stmt.

        The list contains the statements in the NOT AT END phrase.

        Returns:
        the value of the 'Not At End' containment reference list.
        See Also:
        COBOLPackage.getReadStmt_NotAtEnd()
      • getInvalidKey

        java.util.List getInvalidKey()
        Returns the value of the 'Invalid Key' containment reference list. The list contents are of type Stmt.

        The list contains the statements in the INVALID KEY phrase.

        Returns:
        the value of the 'Invalid Key' containment reference list.
        See Also:
        COBOLPackage.getReadStmt_InvalidKey()
      • getNotInvalidKey

        java.util.List getNotInvalidKey()
        Returns the value of the 'Not Invalid Key' containment reference list. The list contents are of type Stmt.

        The list contains the statements in the NOT INVALID KEY phrase.

        Returns:
        the value of the 'Not Invalid Key' containment reference list.
        See Also:
        COBOLPackage.getReadStmt_NotInvalidKey()
      • isEndReadUsed

        boolean isEndReadUsed()
        Returns the value of the 'End Read Used' attribute.

        The value is true if END-READ is used; false otherwise.

        Returns:
        the value of the 'End Read Used' attribute.
        See Also:
        setEndReadUsed(boolean), COBOLPackage.getReadStmt_EndReadUsed()
      • setEndReadUsed

        void setEndReadUsed(boolean value)
        Sets the value of the 'End Read Used' attribute.
        Parameters:
        value - the new value of the 'End Read Used' attribute.
        See Also:
        isEndReadUsed()