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

Interface CicsTestEventStmt

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


    public interface CicsTestEventStmt
    extends CicsStmt
    A representation of the CICS TEST EVENT command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsTestEventStmt()
    • Method Detail

      • getEvent

        DataRefOrLiteral getEvent()
        Returns the value of the 'Event' containment reference.

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

        Returns:
        the value of the 'Event' containment reference.
        See Also:
        setEvent(DataRefOrLiteral), COBOLPackage.getCicsTestEventStmt_Event()
      • setEvent

        void setEvent(DataRefOrLiteral value)
        Sets the value of the 'Event' containment reference.
        Parameters:
        value - the new value of the 'Event' containment reference.
        See Also:
        getEvent()
      • getFireStatus

        DataRef getFireStatus()
        Returns the value of the 'Fire Status' containment reference.

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

        Returns:
        the value of the 'Fire Status' containment reference.
        See Also:
        setFireStatus(DataRef), COBOLPackage.getCicsTestEventStmt_FireStatus()
      • setFireStatus

        void setFireStatus(DataRef value)
        Sets the value of the 'Fire Status' containment reference.
        Parameters:
        value - the new value of the 'Fire Status' containment reference.
        See Also:
        getFireStatus()