public interface PerformFromTo extends PerformBody
The following features are supported:
COBOLPackage.getPerformFromTo()| 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 PERFORM statement (the one before the THROUGH keyword).
setFrom(SectionOrParagraph),
COBOLPackage.getPerformFromTo_From()void setFrom(SectionOrParagraph value)
From' reference.
value - the new value of the 'From' reference.getFrom()SectionOrParagraph getTo()
The value is the second procedure (the one after the THROUGH keyword). If there is no THROUGH keyword, null is returned.
setTo(SectionOrParagraph),
COBOLPackage.getPerformFromTo_To()void setTo(SectionOrParagraph value)
To' reference.
value - the new value of the 'To' reference.getTo()