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

Interface CicsReceiveMapMappingDevStmt

    • 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.getCicsReceiveMapMappingDevStmt_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.getCicsReceiveMapMappingDevStmt_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()
      • 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.getCicsReceiveMapMappingDevStmt_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.getCicsReceiveMapMappingDevStmt_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()
      • 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.getCicsReceiveMapMappingDevStmt_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()
      • getIntoOrSetClause

        CicsIntoOrSetClause getIntoOrSetClause()
        Returns the value of the 'Into Or Set Clause' containment reference.

        The value is a representation of the INTO or SET options; if those options are not used, the value is null.

        Returns:
        the value of the 'Into Or Set Clause' containment reference.
        See Also:
        setIntoOrSetClause(CicsIntoOrSetClause), COBOLPackage.getCicsReceiveMapMappingDevStmt_IntoOrSetClause()
      • getAId

        DataRefOrLiteral getAId()
        Returns the value of the 'AId' containment reference.

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

        Returns:
        the value of the 'AId' containment reference.
        See Also:
        setAId(DataRefOrLiteral), COBOLPackage.getCicsReceiveMapMappingDevStmt_AId()
      • setAId

        void setAId(DataRefOrLiteral value)
        Sets the value of the 'AId' containment reference.
        Parameters:
        value - the new value of the 'AId' containment reference.
        See Also:
        getAId()
      • getCursor

        DataRefOrLiteral getCursor()
        Returns the value of the 'Cursor' containment reference.

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

        Returns:
        the value of the 'Cursor' containment reference.
        See Also:
        setCursor(DataRefOrLiteral), COBOLPackage.getCicsReceiveMapMappingDevStmt_Cursor()
      • setCursor

        void setCursor(DataRefOrLiteral value)
        Sets the value of the 'Cursor' containment reference.
        Parameters:
        value - the new value of the 'Cursor' containment reference.
        See Also:
        getCursor()