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

Interface CicsReceiveMapStmt

    • 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.getCicsReceiveMapStmt_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()
      • 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.getCicsReceiveMapStmt_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.getCicsReceiveMapStmt_IntoOrSetClause()
      • getFromOrTerminalClause

        CicsReceiveMapFromOrTerminalClause getFromOrTerminalClause()
        Returns the value of the 'From Or Terminal Clause' containment reference.

        The value is a representation of the FROM and TERMINAL options, and the options related to them. If the FROM and TERMINAL options are not used, the value is null.

        Returns:
        the value of the 'From Or Terminal Clause' containment reference.
        See Also:
        setFromOrTerminalClause(CicsReceiveMapFromOrTerminalClause), COBOLPackage.getCicsReceiveMapStmt_FromOrTerminalClause()