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

Interface CicsReceiveMapTerminalClause

    • Method Detail

      • isAsIs

        boolean isAsIs()
        Returns the value of the 'As Is' attribute.

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

        Returns:
        the value of the 'As Is' attribute.
        See Also:
        setAsIs(boolean), COBOLPackage.getCicsReceiveMapTerminalClause_AsIs()
      • setAsIs

        void setAsIs(boolean value)
        Sets the value of the 'As Is' attribute.
        Parameters:
        value - the new value of the 'As Is' attribute.
        See Also:
        isAsIs()
      • getInPartn

        DataRefOrLiteral getInPartn()
        Returns the value of the 'In Partn' containment reference.

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

        Returns:
        the value of the 'In Partn' containment reference.
        See Also:
        setInPartn(DataRefOrLiteral), COBOLPackage.getCicsReceiveMapTerminalClause_InPartn()
      • setInPartn

        void setInPartn(DataRefOrLiteral value)
        Sets the value of the 'In Partn' containment reference.
        Parameters:
        value - the new value of the 'In Partn' containment reference.
        See Also:
        getInPartn()