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

Interface CicsIssuePassStmt

    • Method Detail

      • getLUName

        DataRefOrLiteral getLUName()
        Returns the value of the 'LU Name' containment reference.

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

        Returns:
        the value of the 'LU Name' containment reference.
        See Also:
        setLUName(DataRefOrLiteral), COBOLPackage.getCicsIssuePassStmt_LUName()
      • setLUName

        void setLUName(DataRefOrLiteral value)
        Sets the value of the 'LU Name' containment reference.
        Parameters:
        value - the new value of the 'LU Name' containment reference.
        See Also:
        getLUName()
      • 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.getCicsIssuePassStmt_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.getCicsIssuePassStmt_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()
      • getLogMode

        DataRefOrLiteral getLogMode()
        Returns the value of the 'Log Mode' containment reference.

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

        Returns:
        the value of the 'Log Mode' containment reference.
        See Also:
        setLogMode(DataRefOrLiteral), COBOLPackage.getCicsIssuePassStmt_LogMode()
      • setLogMode

        void setLogMode(DataRefOrLiteral value)
        Sets the value of the 'Log Mode' containment reference.
        Parameters:
        value - the new value of the 'Log Mode' containment reference.
        See Also:
        getLogMode()
      • isLogonLogMode

        boolean isLogonLogMode()
        Returns the value of the 'Logon Log Mode' attribute.

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

        Returns:
        the value of the 'Logon Log Mode' attribute.
        See Also:
        setLogonLogMode(boolean), COBOLPackage.getCicsIssuePassStmt_LogonLogMode()
      • setLogonLogMode

        void setLogonLogMode(boolean value)
        Sets the value of the 'Logon Log Mode' attribute.
        Parameters:
        value - the new value of the 'Logon Log Mode' attribute.
        See Also:
        isLogonLogMode()
      • isNoQuiesce

        boolean isNoQuiesce()
        Returns the value of the 'No Quiesce' attribute.

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

        Returns:
        the value of the 'No Quiesce' attribute.
        See Also:
        setNoQuiesce(boolean), COBOLPackage.getCicsIssuePassStmt_NoQuiesce()
      • setNoQuiesce

        void setNoQuiesce(boolean value)
        Sets the value of the 'No Quiesce' attribute.
        Parameters:
        value - the new value of the 'No Quiesce' attribute.
        See Also:
        isNoQuiesce()