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

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

public interface IOProcedure
extends IOFilesOrProcedure

A representation of the procedures in the OUTPUT PROCEDURE clause in the MERGE and SORT statements, and the INPUT PROCEDURE clause in a SORT statement.

The following features are supported:

See Also:
COBOLPackage.getIOProcedure()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 SectionOrParagraph getFrom()
          Returns the value of the 'From' containment reference.
 SectionOrParagraph getTo()
          Returns the value of the 'To' containment reference.
 void setFrom(SectionOrParagraph value)
          Sets the value of the 'From' containment reference.
 void setTo(SectionOrParagraph value)
          Sets the value of the 'To' containment 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

getFrom

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

The first procedure in the OUTPUT PROCEDURE clause (the one before the keyword THROUGH).

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

setFrom

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

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

getTo

SectionOrParagraph getTo()
Returns the value of the 'To' containment reference.

The value is the second procedure in the OUTPUT PROCEDURE clause (the one after the keyword THROUGH).

Returns:
the value of the 'To' containment reference.
See Also:
setTo(SectionOrParagraph), COBOLPackage.getIOProcedure_To()

setTo

void setTo(SectionOrParagraph value)
Sets the value of the 'To' containment reference.

Parameters:
value - the new value of the 'To' containment reference.
See Also:
getTo()