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

Interface CicsDeleteActivityStmt

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


    public interface CicsDeleteActivityStmt
    extends CicsStmt
    A representation of the CICS DELETE ACTIVITY command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDeleteActivityStmt()
    • Method Detail

      • getActivity

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

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

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

        void setActivity(DataRefOrLiteral value)
        Sets the value of the 'Activity' containment reference.
        Parameters:
        value - the new value of the 'Activity' containment reference.
        See Also:
        getActivity()