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

Interface CicsWriteOperatorStmt

    • Method Detail

      • getText

        DataRefOrLiteral getText()
        Returns the value of the 'Text' containment reference.

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

        Returns:
        the value of the 'Text' containment reference.
        See Also:
        setText(DataRefOrLiteral), COBOLPackage.getCicsWriteOperatorStmt_Text()
      • setText

        void setText(DataRefOrLiteral value)
        Sets the value of the 'Text' containment reference.
        Parameters:
        value - the new value of the 'Text' containment reference.
        See Also:
        getText()
      • getTextLength

        DataRefOrLiteral getTextLength()
        Returns the value of the 'Text Length' containment reference.

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

        Returns:
        the value of the 'Text Length' containment reference.
        See Also:
        setTextLength(DataRefOrLiteral), COBOLPackage.getCicsWriteOperatorStmt_TextLength()
      • setTextLength

        void setTextLength(DataRefOrLiteral value)
        Sets the value of the 'Text Length' containment reference.
        Parameters:
        value - the new value of the 'Text Length' containment reference.
        See Also:
        getTextLength()
      • getRouteCodes

        DataRefOrLiteral getRouteCodes()
        Returns the value of the 'Route Codes' containment reference.

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

        Returns:
        the value of the 'Route Codes' containment reference.
        See Also:
        setRouteCodes(DataRefOrLiteral), COBOLPackage.getCicsWriteOperatorStmt_RouteCodes()
      • setRouteCodes

        void setRouteCodes(DataRefOrLiteral value)
        Sets the value of the 'Route Codes' containment reference.
        Parameters:
        value - the new value of the 'Route Codes' containment reference.
        See Also:
        getRouteCodes()
      • getNumRoutes

        DataRefOrLiteral getNumRoutes()
        Returns the value of the 'Num Routes' containment reference.

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

        Returns:
        the value of the 'Num Routes' containment reference.
        See Also:
        setNumRoutes(DataRefOrLiteral), COBOLPackage.getCicsWriteOperatorStmt_NumRoutes()
      • setNumRoutes

        void setNumRoutes(DataRefOrLiteral value)
        Sets the value of the 'Num Routes' containment reference.
        Parameters:
        value - the new value of the 'Num Routes' containment reference.
        See Also:
        getNumRoutes()
      • isEventual

        boolean isEventual()
        Returns the value of the 'Eventual' attribute.

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

        Returns:
        the value of the 'Eventual' attribute.
        See Also:
        setEventual(boolean), COBOLPackage.getCicsWriteOperatorStmt_Eventual()
      • setEventual

        void setEventual(boolean value)
        Sets the value of the 'Eventual' attribute.
        Parameters:
        value - the new value of the 'Eventual' attribute.
        See Also:
        isEventual()
      • getAction

        DataRefOrLiteral getAction()
        Returns the value of the 'Action' containment reference.

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

        Returns:
        the value of the 'Action' containment reference.
        See Also:
        setAction(DataRefOrLiteral), COBOLPackage.getCicsWriteOperatorStmt_Action()
      • setAction

        void setAction(DataRefOrLiteral value)
        Sets the value of the 'Action' containment reference.
        Parameters:
        value - the new value of the 'Action' containment reference.
        See Also:
        getAction()
      • isCritical

        boolean isCritical()
        Returns the value of the 'Critical' attribute.

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

        Returns:
        the value of the 'Critical' attribute.
        See Also:
        setCritical(boolean), COBOLPackage.getCicsWriteOperatorStmt_Critical()
      • setCritical

        void setCritical(boolean value)
        Sets the value of the 'Critical' attribute.
        Parameters:
        value - the new value of the 'Critical' attribute.
        See Also:
        isCritical()
      • isImmediate

        boolean isImmediate()
        Returns the value of the 'Immediate' attribute.

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

        Returns:
        the value of the 'Immediate' attribute.
        See Also:
        setImmediate(boolean), COBOLPackage.getCicsWriteOperatorStmt_Immediate()
      • setImmediate

        void setImmediate(boolean value)
        Sets the value of the 'Immediate' attribute.
        Parameters:
        value - the new value of the 'Immediate' attribute.
        See Also:
        isImmediate()
      • getReply

        DataRef getReply()
        Returns the value of the 'Reply' containment reference.

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

        Returns:
        the value of the 'Reply' containment reference.
        See Also:
        setReply(DataRef), COBOLPackage.getCicsWriteOperatorStmt_Reply()
      • setReply

        void setReply(DataRef value)
        Sets the value of the 'Reply' containment reference.
        Parameters:
        value - the new value of the 'Reply' containment reference.
        See Also:
        getReply()
      • getMaxLength

        DataRefOrLiteral getMaxLength()
        Returns the value of the 'Max Length' containment reference.

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

        Returns:
        the value of the 'Max Length' containment reference.
        See Also:
        setMaxLength(DataRefOrLiteral), COBOLPackage.getCicsWriteOperatorStmt_MaxLength()
      • setMaxLength

        void setMaxLength(DataRefOrLiteral value)
        Sets the value of the 'Max Length' containment reference.
        Parameters:
        value - the new value of the 'Max Length' containment reference.
        See Also:
        getMaxLength()
      • getReplyLength

        DataRef getReplyLength()
        Returns the value of the 'Reply Length' containment reference.

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

        Returns:
        the value of the 'Reply Length' containment reference.
        See Also:
        setReplyLength(DataRef), COBOLPackage.getCicsWriteOperatorStmt_ReplyLength()
      • setReplyLength

        void setReplyLength(DataRef value)
        Sets the value of the 'Reply Length' containment reference.
        Parameters:
        value - the new value of the 'Reply Length' containment reference.
        See Also:
        getReplyLength()
      • getTimeout

        DataRefOrLiteral getTimeout()
        Returns the value of the 'Timeout' containment reference.

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

        Returns:
        the value of the 'Timeout' containment reference.
        See Also:
        setTimeout(DataRefOrLiteral), COBOLPackage.getCicsWriteOperatorStmt_Timeout()
      • setTimeout

        void setTimeout(DataRefOrLiteral value)
        Sets the value of the 'Timeout' containment reference.
        Parameters:
        value - the new value of the 'Timeout' containment reference.
        See Also:
        getTimeout()