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

Interface CicsSendMapMappingDevStmt

    • Method Detail

      • getMap

        DataRefOrLiteral getMap()
        Returns the value of the 'Map' containment reference.

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

        Returns:
        the value of the 'Map' containment reference.
        See Also:
        setMap(DataRefOrLiteral), COBOLPackage.getCicsSendMapMappingDevStmt_Map()
      • setMap

        void setMap(DataRefOrLiteral value)
        Sets the value of the 'Map' containment reference.
        Parameters:
        value - the new value of the 'Map' containment reference.
        See Also:
        getMap()
      • getMappingDev

        DataRefOrLiteral getMappingDev()
        Returns the value of the 'Mapping Dev' containment reference.

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

        Returns:
        the value of the 'Mapping Dev' containment reference.
        See Also:
        setMappingDev(DataRefOrLiteral), COBOLPackage.getCicsSendMapMappingDevStmt_MappingDev()
      • setMappingDev

        void setMappingDev(DataRefOrLiteral value)
        Sets the value of the 'Mapping Dev' containment reference.
        Parameters:
        value - the new value of the 'Mapping Dev' containment reference.
        See Also:
        getMappingDev()
      • getSet

        DataRef getSet()
        Returns the value of the 'Set' containment reference.

        The value is a representation of the pointer reference specified in the SET option; if that option is not used, the value is null.

        Returns:
        the value of the 'Set' containment reference.
        See Also:
        setSet(DataRef), COBOLPackage.getCicsSendMapMappingDevStmt_Set()
      • setSet

        void setSet(DataRef value)
        Sets the value of the 'Set' containment reference.
        Parameters:
        value - the new value of the 'Set' containment reference.
        See Also:
        getSet()
      • getMapSet

        DataRefOrLiteral getMapSet()
        Returns the value of the 'Map Set' containment reference.

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

        Returns:
        the value of the 'Map Set' containment reference.
        See Also:
        setMapSet(DataRefOrLiteral), COBOLPackage.getCicsSendMapMappingDevStmt_MapSet()
      • setMapSet

        void setMapSet(DataRefOrLiteral value)
        Sets the value of the 'Map Set' containment reference.
        Parameters:
        value - the new value of the 'Map Set' containment reference.
        See Also:
        getMapSet()
      • 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; if that option is not used, the value is null.

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

        boolean isDataOnly()
        Returns the value of the 'Data Only' attribute.

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

        Returns:
        the value of the 'Data Only' attribute.
        See Also:
        setDataOnly(boolean), COBOLPackage.getCicsSendMapMappingDevStmt_DataOnly()
      • setDataOnly

        void setDataOnly(boolean value)
        Sets the value of the 'Data Only' attribute.
        Parameters:
        value - the new value of the 'Data Only' attribute.
        See Also:
        isDataOnly()
      • 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.getCicsSendMapMappingDevStmt_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()
      • isMapOnly

        boolean isMapOnly()
        Returns the value of the 'Map Only' attribute.

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

        Returns:
        the value of the 'Map Only' attribute.
        See Also:
        setMapOnly(boolean), COBOLPackage.getCicsSendMapMappingDevStmt_MapOnly()
      • setMapOnly

        void setMapOnly(boolean value)
        Sets the value of the 'Map Only' attribute.
        Parameters:
        value - the new value of the 'Map Only' attribute.
        See Also:
        isMapOnly()
      • getCursorClause

        CicsCursorClause getCursorClause()
        Returns the value of the 'Cursor Clause' containment reference.

        The value is a representation of the CURSOR option; if that option is not used, the value is null.

        Returns:
        the value of the 'Cursor Clause' containment reference.
        See Also:
        setCursorClause(CicsCursorClause), COBOLPackage.getCicsSendMapMappingDevStmt_CursorClause()
      • setCursorClause

        void setCursorClause(CicsCursorClause value)
        Sets the value of the 'Cursor Clause' containment reference.
        Parameters:
        value - the new value of the 'Cursor Clause' containment reference.
        See Also:
        getCursorClause()
      • isFormFeed

        boolean isFormFeed()
        Returns the value of the 'Form Feed' attribute.

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

        Returns:
        the value of the 'Form Feed' attribute.
        See Also:
        setFormFeed(boolean), COBOLPackage.getCicsSendMapMappingDevStmt_FormFeed()
      • setFormFeed

        void setFormFeed(boolean value)
        Sets the value of the 'Form Feed' attribute.
        Parameters:
        value - the new value of the 'Form Feed' attribute.
        See Also:
        isFormFeed()
      • 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.getCicsSendMapMappingDevStmt_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()
      • isEraseAUP

        boolean isEraseAUP()
        Returns the value of the 'Erase AUP' attribute.

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

        Returns:
        the value of the 'Erase AUP' attribute.
        See Also:
        setEraseAUP(boolean), COBOLPackage.getCicsSendMapMappingDevStmt_EraseAUP()
      • setEraseAUP

        void setEraseAUP(boolean value)
        Sets the value of the 'Erase AUP' attribute.
        Parameters:
        value - the new value of the 'Erase AUP' attribute.
        See Also:
        isEraseAUP()
      • 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.getCicsSendMapMappingDevStmt_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.getCicsSendMapMappingDevStmt_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.getCicsSendMapMappingDevStmt_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()
      • isFRSet

        boolean isFRSet()
        Returns the value of the 'FR Set' attribute.

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

        Returns:
        the value of the 'FR Set' attribute.
        See Also:
        setFRSet(boolean), COBOLPackage.getCicsSendMapMappingDevStmt_FRSet()
      • setFRSet

        void setFRSet(boolean value)
        Sets the value of the 'FR Set' attribute.
        Parameters:
        value - the new value of the 'FR Set' attribute.
        See Also:
        isFRSet()