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

Interface CicsWaitConvIdStmt

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


    public interface CicsWaitConvIdStmt
    extends CicsStmt
    A representation of the CICS WAIT CONVID (APPC) command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsWaitConvIdStmt()
    • Method Detail

      • getConvId

        DataRefOrLiteral getConvId()
        Returns the value of the 'Conv Id' containment reference.

        The value is a representation of the name specified in the CONVID option.

        Returns:
        the value of the 'Conv Id' containment reference.
        See Also:
        setConvId(DataRefOrLiteral), COBOLPackage.getCicsWaitConvIdStmt_ConvId()
      • setConvId

        void setConvId(DataRefOrLiteral value)
        Sets the value of the 'Conv Id' containment reference.
        Parameters:
        value - the new value of the 'Conv Id' containment reference.
        See Also:
        getConvId()
      • getState

        DataRef getState()
        Returns the value of the 'State' containment reference.

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

        Returns:
        the value of the 'State' containment reference.
        See Also:
        setState(DataRef), COBOLPackage.getCicsWaitConvIdStmt_State()
      • setState

        void setState(DataRef value)
        Sets the value of the 'State' containment reference.
        Parameters:
        value - the new value of the 'State' containment reference.
        See Also:
        getState()