|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcedureDivisionHeader
A representation of the USING and RETURNING clauses in the PROCEDURE division header.
The following features are supported:
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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
java.util.List getUsing()
FormalParameter.
The value is the parameters specified in the USING clause.
COBOLPackage.getProcedureDivisionHeader_Using()DataItem getReturning()
The value is the data item specified in the RETURNING clause.
setReturning(DataItem),
COBOLPackage.getProcedureDivisionHeader_Returning()void setReturning(DataItem value)
Returning' reference.
value - the new value of the 'Returning' reference.getReturning()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||