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

Interface CicsExtractTCTStmt

  • All Superinterfaces:
    ASTNode, CicsStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CicsExtractTCTStmt
    extends CicsStmt
    A representation of the CICS EXTRACT TCT command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsExtractTCTStmt()
    • Method Detail

      • getNetName

        DataRefOrLiteral getNetName()
        Returns the value of the 'Net Name' containment reference.

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

        Returns:
        the value of the 'Net Name' containment reference.
        See Also:
        setNetName(DataRefOrLiteral), COBOLPackage.getCicsExtractTCTStmt_NetName()
      • setNetName

        void setNetName(DataRefOrLiteral value)
        Sets the value of the 'Net Name' containment reference.
        Parameters:
        value - the new value of the 'Net Name' containment reference.
        See Also:
        getNetName()
      • getSysId

        DataRef getSysId()
        Returns the value of the 'Sys Id' containment reference.

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

        Returns:
        the value of the 'Sys Id' containment reference.
        See Also:
        setSysId(DataRef), COBOLPackage.getCicsExtractTCTStmt_SysId()
      • setSysId

        void setSysId(DataRef value)
        Sets the value of the 'Sys Id' containment reference.
        Parameters:
        value - the new value of the 'Sys Id' containment reference.
        See Also:
        getSysId()
      • getTermId

        DataRef getTermId()
        Returns the value of the 'Term Id' containment reference.

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

        Returns:
        the value of the 'Term Id' containment reference.
        See Also:
        setTermId(DataRef), COBOLPackage.getCicsExtractTCTStmt_TermId()
      • setTermId

        void setTermId(DataRef value)
        Sets the value of the 'Term Id' containment reference.
        Parameters:
        value - the new value of the 'Term Id' containment reference.
        See Also:
        getTermId()