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

Interface CicsWaitExternalStmt

    • Method Detail

      • getECBList

        DataRefOrLiteral getECBList()
        Returns the value of the 'ECB List' containment reference.

        The value is a representation of the pointer value specified in the ECBLIST option.

        Returns:
        the value of the 'ECB List' containment reference.
        See Also:
        setECBList(DataRefOrLiteral), COBOLPackage.getCicsWaitExternalStmt_ECBList()
      • setECBList

        void setECBList(DataRefOrLiteral value)
        Sets the value of the 'ECB List' containment reference.
        Parameters:
        value - the new value of the 'ECB List' containment reference.
        See Also:
        getECBList()
      • getNumEvents

        DataRefOrLiteral getNumEvents()
        Returns the value of the 'Num Events' containment reference.

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

        Returns:
        the value of the 'Num Events' containment reference.
        See Also:
        setNumEvents(DataRefOrLiteral), COBOLPackage.getCicsWaitExternalStmt_NumEvents()
      • setNumEvents

        void setNumEvents(DataRefOrLiteral value)
        Sets the value of the 'Num Events' containment reference.
        Parameters:
        value - the new value of the 'Num Events' containment reference.
        See Also:
        getNumEvents()
      • isPurgeable

        boolean isPurgeable()
        Returns the value of the 'Purgeable' attribute.

        The value is true if the PURGEABLE option is used; false otherwise.

        Returns:
        the value of the 'Purgeable' attribute.
        See Also:
        setPurgeable(boolean), COBOLPackage.getCicsWaitExternalStmt_Purgeable()
      • setPurgeable

        void setPurgeable(boolean value)
        Sets the value of the 'Purgeable' attribute.
        Parameters:
        value - the new value of the 'Purgeable' attribute.
        See Also:
        isPurgeable()
      • getPurgeability

        DataRefOrLiteral getPurgeability()
        Returns the value of the 'Purgeability' containment reference.

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

        Returns:
        the value of the 'Purgeability' containment reference.
        See Also:
        setPurgeability(DataRefOrLiteral), COBOLPackage.getCicsWaitExternalStmt_Purgeability()
      • setPurgeability

        void setPurgeability(DataRefOrLiteral value)
        Sets the value of the 'Purgeability' containment reference.
        Parameters:
        value - the new value of the 'Purgeability' containment reference.
        See Also:
        getPurgeability()
      • isNotPurgeable

        boolean isNotPurgeable()
        Returns the value of the 'Not Purgeable' attribute.

        The value is true if the NOTPURGEABLE option is used; false otherwise.

        Returns:
        the value of the 'Not Purgeable' attribute.
        See Also:
        setNotPurgeable(boolean), COBOLPackage.getCicsWaitExternalStmt_NotPurgeable()
      • setNotPurgeable

        void setNotPurgeable(boolean value)
        Sets the value of the 'Not Purgeable' attribute.
        Parameters:
        value - the new value of the 'Not Purgeable' attribute.
        See Also:
        isNotPurgeable()
      • getName

        DataRefOrLiteral getName()
        Returns the value of the 'Name' containment reference.

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

        Returns:
        the value of the 'Name' containment reference.
        See Also:
        setName(DataRefOrLiteral), COBOLPackage.getCicsWaitExternalStmt_Name()
      • setName

        void setName(DataRefOrLiteral value)
        Sets the value of the 'Name' containment reference.
        Parameters:
        value - the new value of the 'Name' containment reference.
        See Also:
        getName()