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()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 SystemInfo getSystemInfo()
          Returns the value of the 'System Info' attribute.
 void setSystemInfo(SystemInfo value)
          Sets the value of the 'System Info' attribute.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.AcceptStmt
getRef, setRef
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
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()

setSystemInfo

void setSystemInfo(SystemInfo value)
Sets the value of the 'System Info' attribute.

Parameters:
value - the new value of the 'System Info' attribute.
See Also:
SystemInfo, getSystemInfo()