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

Interface CicsEndBrowseEventStmt

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


    public interface CicsEndBrowseEventStmt
    extends CicsStmt
    A representation of the CICS ENDBROWSE EVENT command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsEndBrowseEventStmt()
    • Method Detail

      • getBrowseToken

        DataRefOrLiteral getBrowseToken()
        Returns the value of the 'Browse Token' containment reference.

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

        Returns:
        the value of the 'Browse Token' containment reference.
        See Also:
        setBrowseToken(DataRefOrLiteral), COBOLPackage.getCicsEndBrowseEventStmt_BrowseToken()
      • setBrowseToken

        void setBrowseToken(DataRefOrLiteral value)
        Sets the value of the 'Browse Token' containment reference.
        Parameters:
        value - the new value of the 'Browse Token' containment reference.
        See Also:
        getBrowseToken()