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

Interface CicsMonitorStmt

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


    public interface CicsMonitorStmt
    extends CicsStmt
    A representation of the CICS MONITOR command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsMonitorStmt()
    • Method Detail

      • getPoint

        DataRefOrLiteral getPoint()
        Returns the value of the 'Point' containment reference.

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

        Returns:
        the value of the 'Point' containment reference.
        See Also:
        setPoint(DataRefOrLiteral), COBOLPackage.getCicsMonitorStmt_Point()
      • setPoint

        void setPoint(DataRefOrLiteral value)
        Sets the value of the 'Point' containment reference.
        Parameters:
        value - the new value of the 'Point' containment reference.
        See Also:
        getPoint()
      • getData1

        DataRef getData1()
        Returns the value of the 'Data1' containment reference.

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

        Returns:
        the value of the 'Data1' containment reference.
        See Also:
        setData1(DataRef), COBOLPackage.getCicsMonitorStmt_Data1()
      • setData1

        void setData1(DataRef value)
        Sets the value of the 'Data1' containment reference.
        Parameters:
        value - the new value of the 'Data1' containment reference.
        See Also:
        getData1()
      • getData2

        DataRef getData2()
        Returns the value of the 'Data2' containment reference.

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

        Returns:
        the value of the 'Data2' containment reference.
        See Also:
        setData2(DataRef), COBOLPackage.getCicsMonitorStmt_Data2()
      • setData2

        void setData2(DataRef value)
        Sets the value of the 'Data2' containment reference.
        Parameters:
        value - the new value of the 'Data2' containment reference.
        See Also:
        getData2()
      • getEntryName

        DataRef getEntryName()
        Returns the value of the 'Entry Name' containment reference.

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

        Returns:
        the value of the 'Entry Name' containment reference.
        See Also:
        setEntryName(DataRef), COBOLPackage.getCicsMonitorStmt_EntryName()
      • setEntryName

        void setEntryName(DataRef value)
        Sets the value of the 'Entry Name' containment reference.
        Parameters:
        value - the new value of the 'Entry Name' containment reference.
        See Also:
        getEntryName()