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

Interface CicsSignalEventStmt

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


    public interface CicsSignalEventStmt
    extends CicsStmt
    A representation of the CICS SIGNAL EVENT command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsSignalEventStmt()
    • 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.getCicsSignalEventStmt_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()
      • getFromChannel

        DataRefOrLiteral getFromChannel()
        Returns the value of the 'From Channel' containment reference.

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

        Returns:
        the value of the 'From Channel' containment reference.
        See Also:
        setFromChannel(DataRefOrLiteral), COBOLPackage.getCicsSignalEventStmt_FromChannel()
      • setFromChannel

        void setFromChannel(DataRefOrLiteral value)
        Sets the value of the 'From Channel' containment reference.
        Parameters:
        value - the new value of the 'From Channel' containment reference.
        See Also:
        getFromChannel()
      • getFrom

        DataRef getFrom()
        Returns the value of the 'From' containment reference.

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

        Returns:
        the value of the 'From' containment reference.
        See Also:
        setFrom(DataRef), COBOLPackage.getCicsSignalEventStmt_From()
      • setFrom

        void setFrom(DataRef value)
        Sets the value of the 'From' containment reference.
        Parameters:
        value - the new value of the 'From' containment reference.
        See Also:
        getFrom()
      • getFromLength

        DataRefOrLiteral getFromLength()
        Returns the value of the 'From Length' containment reference.

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

        Returns:
        the value of the 'From Length' containment reference.
        See Also:
        setFromLength(DataRefOrLiteral), COBOLPackage.getCicsSignalEventStmt_FromLength()
      • setFromLength

        void setFromLength(DataRefOrLiteral value)
        Sets the value of the 'From Length' containment reference.
        Parameters:
        value - the new value of the 'From Length' containment reference.
        See Also:
        getFromLength()