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

Interface CicsGetNextProcessStmt

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


    public interface CicsGetNextProcessStmt
    extends CicsStmt
    A representation of the CICS GETNEXT PROCESS command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsGetNextProcessStmt()
    • Method Detail

      • getProcess

        DataRef getProcess()
        Returns the value of the 'Process' containment reference.

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

        Returns:
        the value of the 'Process' containment reference.
        See Also:
        setProcess(DataRef), COBOLPackage.getCicsGetNextProcessStmt_Process()
      • setProcess

        void setProcess(DataRef value)
        Sets the value of the 'Process' containment reference.
        Parameters:
        value - the new value of the 'Process' containment reference.
        See Also:
        getProcess()
      • 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.getCicsGetNextProcessStmt_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()
      • getActivityId

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

        The value is a representation of the data area 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(DataRef), COBOLPackage.getCicsGetNextProcessStmt_ActivityId()
      • setActivityId

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