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

Interface AcceptSystemInfoTransferStmt

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


    public interface AcceptSystemInfoTransferStmt
    extends AcceptStmt
    A representation of an ACCEPT system information transfer statement.

    The following features are supported:

    See Also:
    COBOLPackage.getAcceptSystemInfoTransferStmt()
    • Method Detail

      • getSystemInfo

        SystemInfo getSystemInfo()
        Returns the value of the 'System Info' attribute. The literals are from the enumeration SystemInfo.

        The value is the possible values that can be used after the FROM keyword.

        Returns:
        the value of the 'System Info' attribute.
        See Also:
        SystemInfo, setSystemInfo(SystemInfo), COBOLPackage.getAcceptSystemInfoTransferStmt_SystemInfo()