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

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

public interface ReleaseStmt
extends Stmt

A representation of a RELEASE statement in the PROCEDURE division.

The following features are supported:

See Also:
COBOLPackage.getReleaseStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRef getFrom()
          Returns the value of the 'From' containment reference.
 DataItem getRecord()
          Returns the value of the 'Record' reference.
 void setFrom(DataRef value)
          Sets the value of the 'From' containment reference.
 void setRecord(DataItem value)
          Sets the value of the 'Record' reference.
 
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

getRecord

DataItem getRecord()
Returns the value of the 'Record' reference.

Returns:
the value of the 'Record' reference.
See Also:
setRecord(DataItem), COBOLPackage.getReleaseStmt_Record()

setRecord

void setRecord(DataItem value)
Sets the value of the 'Record' reference.

Parameters:
value - the new value of the 'Record' reference.
See Also:
getRecord()

getFrom

DataRef getFrom()
Returns the value of the 'From' containment reference.

The value is the data item in the FROM clause.

Returns:
the value of the 'From' containment reference.
See Also:
setFrom(DataRef), COBOLPackage.getReleaseStmt_From()

setFrom

void setFrom(DataRef value)
Sets the value of the 'From' containment reference.

Parameters:
value - the new value of the 'From' containment reference.
See Also:
getFrom()