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

Interface CicsSendTextNoEditStmt

    • Method Detail

      • 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.

        Returns:
        the value of the 'From' containment reference.
        See Also:
        setFrom(DataRef), COBOLPackage.getCicsSendTextNoEditStmt_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()
      • getLength

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

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

        Returns:
        the value of the 'Length' containment reference.
        See Also:
        setLength(DataRefOrLiteral), COBOLPackage.getCicsSendTextNoEditStmt_Length()
      • setLength

        void setLength(DataRefOrLiteral value)
        Sets the value of the 'Length' containment reference.
        Parameters:
        value - the new value of the 'Length' containment reference.
        See Also:
        getLength()
      • isErase

        boolean isErase()
        Returns the value of the 'Erase' attribute.

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

        Returns:
        the value of the 'Erase' attribute.
        See Also:
        setErase(boolean), COBOLPackage.getCicsSendTextNoEditStmt_Erase()
      • setErase

        void setErase(boolean value)
        Sets the value of the 'Erase' attribute.
        Parameters:
        value - the new value of the 'Erase' attribute.
        See Also:
        isErase()
      • isDefault

        boolean isDefault()
        Returns the value of the 'Default' attribute.

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

        Returns:
        the value of the 'Default' attribute.
        See Also:
        setDefault(boolean), COBOLPackage.getCicsSendTextNoEditStmt_Default()
      • setDefault

        void setDefault(boolean value)
        Sets the value of the 'Default' attribute.
        Parameters:
        value - the new value of the 'Default' attribute.
        See Also:
        isDefault()
      • isAlternate

        boolean isAlternate()
        Returns the value of the 'Alternate' attribute.

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

        Returns:
        the value of the 'Alternate' attribute.
        See Also:
        setAlternate(boolean), COBOLPackage.getCicsSendTextNoEditStmt_Alternate()
      • setAlternate

        void setAlternate(boolean value)
        Sets the value of the 'Alternate' attribute.
        Parameters:
        value - the new value of the 'Alternate' attribute.
        See Also:
        isAlternate()
      • isPrint

        boolean isPrint()
        Returns the value of the 'Print' attribute.

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

        Returns:
        the value of the 'Print' attribute.
        See Also:
        setPrint(boolean), COBOLPackage.getCicsSendTextNoEditStmt_Print()
      • setPrint

        void setPrint(boolean value)
        Sets the value of the 'Print' attribute.
        Parameters:
        value - the new value of the 'Print' attribute.
        See Also:
        isPrint()
      • isFreeKB

        boolean isFreeKB()
        Returns the value of the 'Free KB' attribute.

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

        Returns:
        the value of the 'Free KB' attribute.
        See Also:
        setFreeKB(boolean), COBOLPackage.getCicsSendTextNoEditStmt_FreeKB()
      • setFreeKB

        void setFreeKB(boolean value)
        Sets the value of the 'Free KB' attribute.
        Parameters:
        value - the new value of the 'Free KB' attribute.
        See Also:
        isFreeKB()
      • isAlarm

        boolean isAlarm()
        Returns the value of the 'Alarm' attribute.

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

        Returns:
        the value of the 'Alarm' attribute.
        See Also:
        setAlarm(boolean), COBOLPackage.getCicsSendTextNoEditStmt_Alarm()
      • setAlarm

        void setAlarm(boolean value)
        Sets the value of the 'Alarm' attribute.
        Parameters:
        value - the new value of the 'Alarm' attribute.
        See Also:
        isAlarm()
      • getOutPartn

        DataRefOrLiteral getOutPartn()
        Returns the value of the 'Out Partn' containment reference.

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

        Returns:
        the value of the 'Out Partn' containment reference.
        See Also:
        setOutPartn(DataRefOrLiteral), COBOLPackage.getCicsSendTextNoEditStmt_OutPartn()
      • setOutPartn

        void setOutPartn(DataRefOrLiteral value)
        Sets the value of the 'Out Partn' containment reference.
        Parameters:
        value - the new value of the 'Out Partn' containment reference.
        See Also:
        getOutPartn()
      • isTerminal

        boolean isTerminal()
        Returns the value of the 'Terminal' attribute.

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

        Returns:
        the value of the 'Terminal' attribute.
        See Also:
        setTerminal(boolean), COBOLPackage.getCicsSendTextNoEditStmt_Terminal()
      • setTerminal

        void setTerminal(boolean value)
        Sets the value of the 'Terminal' attribute.
        Parameters:
        value - the new value of the 'Terminal' attribute.
        See Also:
        isTerminal()
      • isWait

        boolean isWait()
        Returns the value of the 'Wait' attribute.

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

        Returns:
        the value of the 'Wait' attribute.
        See Also:
        setWait(boolean), COBOLPackage.getCicsSendTextNoEditStmt_Wait()
      • setWait

        void setWait(boolean value)
        Sets the value of the 'Wait' attribute.
        Parameters:
        value - the new value of the 'Wait' attribute.
        See Also:
        isWait()
      • isLast

        boolean isLast()
        Returns the value of the 'Last' attribute.

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

        Returns:
        the value of the 'Last' attribute.
        See Also:
        setLast(boolean), COBOLPackage.getCicsSendTextNoEditStmt_Last()
      • setLast

        void setLast(boolean value)
        Sets the value of the 'Last' attribute.
        Parameters:
        value - the new value of the 'Last' attribute.
        See Also:
        isLast()
      • isPaging

        boolean isPaging()
        Returns the value of the 'Paging' attribute.

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

        Returns:
        the value of the 'Paging' attribute.
        See Also:
        setPaging(boolean), COBOLPackage.getCicsSendTextNoEditStmt_Paging()
      • setPaging

        void setPaging(boolean value)
        Sets the value of the 'Paging' attribute.
        Parameters:
        value - the new value of the 'Paging' attribute.
        See Also:
        isPaging()
      • getReqId

        DataRefOrLiteral getReqId()
        Returns the value of the 'Req Id' containment reference.

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

        Returns:
        the value of the 'Req Id' containment reference.
        See Also:
        setReqId(DataRefOrLiteral), COBOLPackage.getCicsSendTextNoEditStmt_ReqId()
      • setReqId

        void setReqId(DataRefOrLiteral value)
        Sets the value of the 'Req Id' containment reference.
        Parameters:
        value - the new value of the 'Req Id' containment reference.
        See Also:
        getReqId()
      • isHONEOM

        boolean isHONEOM()
        Returns the value of the 'HONEOM' attribute.

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

        Returns:
        the value of the 'HONEOM' attribute.
        See Also:
        setHONEOM(boolean), COBOLPackage.getCicsSendTextNoEditStmt_HONEOM()
      • setHONEOM

        void setHONEOM(boolean value)
        Sets the value of the 'HONEOM' attribute.
        Parameters:
        value - the new value of the 'HONEOM' attribute.
        See Also:
        isHONEOM()
      • isL40

        boolean isL40()
        Returns the value of the 'L40' attribute.

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

        Returns:
        the value of the 'L40' attribute.
        See Also:
        setL40(boolean), COBOLPackage.getCicsSendTextNoEditStmt_L40()
      • setL40

        void setL40(boolean value)
        Sets the value of the 'L40' attribute.
        Parameters:
        value - the new value of the 'L40' attribute.
        See Also:
        isL40()
      • isL64

        boolean isL64()
        Returns the value of the 'L64' attribute.

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

        Returns:
        the value of the 'L64' attribute.
        See Also:
        setL64(boolean), COBOLPackage.getCicsSendTextNoEditStmt_L64()
      • setL64

        void setL64(boolean value)
        Sets the value of the 'L64' attribute.
        Parameters:
        value - the new value of the 'L64' attribute.
        See Also:
        isL64()
      • isL80

        boolean isL80()
        Returns the value of the 'L80' attribute.

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

        Returns:
        the value of the 'L80' attribute.
        See Also:
        setL80(boolean), COBOLPackage.getCicsSendTextNoEditStmt_L80()
      • setL80

        void setL80(boolean value)
        Sets the value of the 'L80' attribute.
        Parameters:
        value - the new value of the 'L80' attribute.
        See Also:
        isL80()