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

Interface CicsDocumentDeleteStmt

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


    public interface CicsDocumentDeleteStmt
    extends CicsStmt
    A representation of the CICS DOCUMENT DELETE command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDocumentDeleteStmt()
    • Method Detail

      • getDocToken

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

        The value is a representation of the data area specified in the DOCTOKEN option.

        Returns:
        the value of the 'Doc Token' containment reference.
        See Also:
        setDocToken(DataRef), COBOLPackage.getCicsDocumentDeleteStmt_DocToken()
      • setDocToken

        void setDocToken(DataRef value)
        Sets the value of the 'Doc Token' containment reference.
        Parameters:
        value - the new value of the 'Doc Token' containment reference.
        See Also:
        getDocToken()