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

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

public interface ProcedureDivisionHeader
extends ASTNode

A representation of the USING and RETURNING clauses in the PROCEDURE division header.

The following features are supported:

See Also:
COBOLPackage.getProcedureDivisionHeader()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataItem getReturning()
          Returns the value of the 'Returning' reference.
 java.util.List getUsing()
          Returns the value of the 'Using' containment reference list.
 void setReturning(DataItem value)
          Sets the value of the 'Returning' 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

getUsing

java.util.List getUsing()
Returns the value of the 'Using' containment reference list. The list contents are of type FormalParameter.

The value is the parameters specified in the USING clause.

Returns:
the value of the 'Using' containment reference list.
See Also:
COBOLPackage.getProcedureDivisionHeader_Using()

getReturning

DataItem getReturning()
Returns the value of the 'Returning' reference.

The value is the data item specified in the RETURNING clause.

Returns:
the value of the 'Returning' reference.
See Also:
setReturning(DataItem), COBOLPackage.getProcedureDivisionHeader_Returning()

setReturning

void setReturning(DataItem value)
Sets the value of the 'Returning' reference.

Parameters:
value - the new value of the 'Returning' reference.
See Also:
getReturning()