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

Interface CicsGetNextActivityStmt

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


    public interface CicsGetNextActivityStmt
    extends CicsStmt
    A representation of the CICS GETNEXT ACTIVITY command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsGetNextActivityStmt()
    • Method Detail

      • getActivity

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

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

        Returns:
        the value of the 'Activity' containment reference.
        See Also:
        setActivity(DataRef), COBOLPackage.getCicsGetNextActivityStmt_Activity()
      • setActivity

        void setActivity(DataRef value)
        Sets the value of the 'Activity' containment reference.
        Parameters:
        value - the new value of the 'Activity' containment reference.
        See Also:
        getActivity()
      • 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.getCicsGetNextActivityStmt_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.getCicsGetNextActivityStmt_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()
      • getLevel

        DataRef getLevel()
        Returns the value of the 'Level' containment reference.

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

        Returns:
        the value of the 'Level' containment reference.
        See Also:
        setLevel(DataRef), COBOLPackage.getCicsGetNextActivityStmt_Level()
      • setLevel

        void setLevel(DataRef value)
        Sets the value of the 'Level' containment reference.
        Parameters:
        value - the new value of the 'Level' containment reference.
        See Also:
        getLevel()