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

Interface CicsSubeventClause

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


    public interface CicsSubeventClause
    extends NamedElement
    A representation of a CICS SUBEVENT option in the DEFINE COMPOSITE EVENT command.

    The inherited method NamedElement.getName() returns the name of the SUBEVENT option, for example SUBEVENT1, SUBEVENT2, etc.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsSubeventClause()
    • Method Detail

      • getDataValue

        DataRefOrLiteral getDataValue()
        Returns the value of the 'Data Value' containment reference.

        The value is representation of the data value specified in the SUBEVENT option.

        Returns:
        the value of the 'Data Value' containment reference.
        See Also:
        setDataValue(DataRefOrLiteral), COBOLPackage.getCicsSubeventClause_DataValue()
      • setDataValue

        void setDataValue(DataRefOrLiteral value)
        Sets the value of the 'Data Value' containment reference.
        Parameters:
        value - the new value of the 'Data Value' containment reference.
        See Also:
        getDataValue()