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

Interface DeleteStmt

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


    public interface DeleteStmt
    extends Stmt
    A representation of a DELETE statement in the PROCEDURE division.

    The following features are supported:

    See Also:
    COBOLPackage.getDeleteStmt()
    • 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()
      • 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.getDeleteStmt_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.getDeleteStmt_NotInvalidKey()
      • isEndDeleteUsed

        boolean isEndDeleteUsed()
        Returns the value of the 'End Delete Used' attribute.

        The value is true if END-DELETE is present; false otherwise.

        Returns:
        the value of the 'End Delete Used' attribute.
        See Also:
        setEndDeleteUsed(boolean), COBOLPackage.getDeleteStmt_EndDeleteUsed()
      • setEndDeleteUsed

        void setEndDeleteUsed(boolean value)
        Sets the value of the 'End Delete Used' attribute.
        Parameters:
        value - the new value of the 'End Delete Used' attribute.
        See Also:
        isEndDeleteUsed()