public interface IOProcedure extends IOFilesOrProcedure
The following features are supported:
COBOLPackage.getIOProcedure()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
SectionOrParagraph |
getFrom()
Returns the value of the 'From' reference.
|
SectionOrParagraph |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(SectionOrParagraph value)
Sets the value of the '
From' reference. |
void |
setTo(SectionOrParagraph value)
Sets the value of the '
To' reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
SectionOrParagraph getFrom()
The first procedure in the OUTPUT PROCEDURE clause (the one before the keyword THROUGH).
setFrom(SectionOrParagraph),
COBOLPackage.getIOProcedure_From()void setFrom(SectionOrParagraph value)
From' reference.
value - the new value of the 'From' reference.getFrom()SectionOrParagraph getTo()
The value is the second procedure in the OUTPUT PROCEDURE clause (the one after the keyword THROUGH).
setTo(SectionOrParagraph),
COBOLPackage.getIOProcedure_To()void setTo(SectionOrParagraph value)
To' reference.
value - the new value of the 'To' reference.getTo()