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

Interface CicsStartBrowseEventStmt

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


    public interface CicsStartBrowseEventStmt
    extends CicsStmt
    A representation of the CICS STARTBROWSE EVENT command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsStartBrowseEventStmt()
    • Method Detail

      • getBrowseToken

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

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

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

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

        DataRefOrLiteral getActivityId()
        Returns the value of the 'Activity Id' containment reference.

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

        Returns:
        the value of the 'Activity Id' containment reference.
        See Also:
        setActivityId(DataRefOrLiteral), COBOLPackage.getCicsStartBrowseEventStmt_ActivityId()
      • setActivityId

        void setActivityId(DataRefOrLiteral value)
        Sets the value of the 'Activity Id' containment reference.
        Parameters:
        value - the new value of the 'Activity Id' containment reference.
        See Also:
        getActivityId()