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

Interface CicsSpoolOpenOutputStmt

    • Method Detail

      • getToken

        DataRef getToken()
        Returns the value of the 'Token' containment reference.

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

        Returns:
        the value of the 'Token' containment reference.
        See Also:
        setToken(DataRef), COBOLPackage.getCicsSpoolOpenOutputStmt_Token()
      • setToken

        void setToken(DataRef value)
        Sets the value of the 'Token' containment reference.
        Parameters:
        value - the new value of the 'Token' containment reference.
        See Also:
        getToken()
      • getUserId

        DataRefOrLiteral getUserId()
        Returns the value of the 'User Id' containment reference.

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

        Returns:
        the value of the 'User Id' containment reference.
        See Also:
        setUserId(DataRefOrLiteral), COBOLPackage.getCicsSpoolOpenOutputStmt_UserId()
      • setUserId

        void setUserId(DataRefOrLiteral value)
        Sets the value of the 'User Id' containment reference.
        Parameters:
        value - the new value of the 'User Id' containment reference.
        See Also:
        getUserId()
      • getNode

        DataRefOrLiteral getNode()
        Returns the value of the 'Node' containment reference.

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

        Returns:
        the value of the 'Node' containment reference.
        See Also:
        setNode(DataRefOrLiteral), COBOLPackage.getCicsSpoolOpenOutputStmt_Node()
      • setNode

        void setNode(DataRefOrLiteral value)
        Sets the value of the 'Node' containment reference.
        Parameters:
        value - the new value of the 'Node' containment reference.
        See Also:
        getNode()
      • getClass_

        DataRefOrLiteral getClass_()
        Returns the value of the 'Class' containment reference.

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

        Returns:
        the value of the 'Class' containment reference.
        See Also:
        setClass(DataRefOrLiteral), COBOLPackage.getCicsSpoolOpenOutputStmt_Class()
      • setClass

        void setClass(DataRefOrLiteral value)
        Sets the value of the 'Class' containment reference.
        Parameters:
        value - the new value of the 'Class' containment reference.
        See Also:
        getClass_()
      • getOutDescr

        DataRef getOutDescr()
        Returns the value of the 'Out Descr' containment reference.

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

        Returns:
        the value of the 'Out Descr' containment reference.
        See Also:
        setOutDescr(DataRef), COBOLPackage.getCicsSpoolOpenOutputStmt_OutDescr()
      • setOutDescr

        void setOutDescr(DataRef value)
        Sets the value of the 'Out Descr' containment reference.
        Parameters:
        value - the new value of the 'Out Descr' containment reference.
        See Also:
        getOutDescr()
      • isNOCC

        boolean isNOCC()
        Returns the value of the 'NOCC' attribute.

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

        Returns:
        the value of the 'NOCC' attribute.
        See Also:
        setNOCC(boolean), COBOLPackage.getCicsSpoolOpenOutputStmt_NOCC()
      • setNOCC

        void setNOCC(boolean value)
        Sets the value of the 'NOCC' attribute.
        Parameters:
        value - the new value of the 'NOCC' attribute.
        See Also:
        isNOCC()
      • isASA

        boolean isASA()
        Returns the value of the 'ASA' attribute.

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

        Returns:
        the value of the 'ASA' attribute.
        See Also:
        setASA(boolean), COBOLPackage.getCicsSpoolOpenOutputStmt_ASA()
      • setASA

        void setASA(boolean value)
        Sets the value of the 'ASA' attribute.
        Parameters:
        value - the new value of the 'ASA' attribute.
        See Also:
        isASA()
      • isMCC

        boolean isMCC()
        Returns the value of the 'MCC' attribute.

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

        Returns:
        the value of the 'MCC' attribute.
        See Also:
        setMCC(boolean), COBOLPackage.getCicsSpoolOpenOutputStmt_MCC()
      • setMCC

        void setMCC(boolean value)
        Sets the value of the 'MCC' attribute.
        Parameters:
        value - the new value of the 'MCC' attribute.
        See Also:
        isMCC()
      • 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.getCicsSpoolOpenOutputStmt_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()
      • getRecordLength

        DataRefOrLiteral getRecordLength()
        Returns the value of the 'Record Length' containment reference.

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

        Returns:
        the value of the 'Record Length' containment reference.
        See Also:
        setRecordLength(DataRefOrLiteral), COBOLPackage.getCicsSpoolOpenOutputStmt_RecordLength()
      • setRecordLength

        void setRecordLength(DataRefOrLiteral value)
        Sets the value of the 'Record Length' containment reference.
        Parameters:
        value - the new value of the 'Record Length' containment reference.
        See Also:
        getRecordLength()
      • isPunch

        boolean isPunch()
        Returns the value of the 'Punch' attribute.

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

        Returns:
        the value of the 'Punch' attribute.
        See Also:
        setPunch(boolean), COBOLPackage.getCicsSpoolOpenOutputStmt_Punch()
      • setPunch

        void setPunch(boolean value)
        Sets the value of the 'Punch' attribute.
        Parameters:
        value - the new value of the 'Punch' attribute.
        See Also:
        isPunch()