com.ibm.etools.cobol.application.model.cobol
Interface SourceComputerParagraph

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

public interface SourceComputerParagraph
extends ASTNode

A representation of the SOURCE-COMPUTER paragraph in the configuration section of the environment division.

The following features are supported:

See Also:
COBOLPackage.getSourceComputerParagraph()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getComputerName()
          Returns the value of the 'Computer Name' attribute.
 boolean isWithDebuggingMode()
          Returns the value of the 'With Debugging Mode' attribute.
 void setComputerName(java.lang.String value)
          Sets the value of the 'Computer Name' attribute.
 void setWithDebuggingMode(boolean value)
          Sets the value of the 'With Debugging Mode' attribute.
 
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

getComputerName

java.lang.String getComputerName()
Returns the value of the 'Computer Name' attribute.

Returns:
the value of the 'Computer Name' attribute.
See Also:
setComputerName(String), COBOLPackage.getSourceComputerParagraph_ComputerName()

setComputerName

void setComputerName(java.lang.String value)
Sets the value of the 'Computer Name' attribute.

Parameters:
value - the new value of the 'Computer Name' attribute.
See Also:
getComputerName()

isWithDebuggingMode

boolean isWithDebuggingMode()
Returns the value of the 'With Debugging Mode' attribute.

The value is true if the WITH DEBUGGING MODE clause is present; false otherwise.

Returns:
the value of the 'With Debugging Mode' attribute.
See Also:
setWithDebuggingMode(boolean), COBOLPackage.getSourceComputerParagraph_WithDebuggingMode()

setWithDebuggingMode

void setWithDebuggingMode(boolean value)
Sets the value of the 'With Debugging Mode' attribute.

Parameters:
value - the new value of the 'With Debugging Mode' attribute.
See Also:
isWithDebuggingMode()