public interface RerunClause extends IOControlParagraphClause
The following features are supported:
COBOLPackage.getRerunClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
AssignmentName |
getAssignmentName()
Returns the value of the 'Assignment Name' containment reference.
|
EndOfReelClause |
getEndOfReelClause()
Returns the value of the 'End Of Reel Clause' containment reference.
|
EndOfUnitClause |
getEndOfUnitClause()
Returns the value of the 'End Of Unit Clause' containment reference.
|
EveryRecordsClause |
getEveryRecordsClause()
Returns the value of the 'Every Records Clause' containment reference.
|
FileDescriptionEntry |
getFile()
Returns the value of the 'File' reference.
|
void |
setAssignmentName(AssignmentName value)
Sets the value of the '
Assignment Name' containment reference. |
void |
setEndOfReelClause(EndOfReelClause value)
Sets the value of the '
End Of Reel Clause' containment reference. |
void |
setEndOfUnitClause(EndOfUnitClause value)
Sets the value of the '
End Of Unit Clause' containment reference. |
void |
setEveryRecordsClause(EveryRecordsClause value)
Sets the value of the '
Every Records Clause' containment reference. |
void |
setFile(FileDescriptionEntry value)
Sets the value of the '
File' reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
AssignmentName getAssignmentName()
The value is the assignment name; if a file name is used, the value is null.
setAssignmentName(AssignmentName),
COBOLPackage.getRerunClause_AssignmentName()void setAssignmentName(AssignmentName value)
Assignment Name' containment reference.
value - the new value of the 'Assignment Name' containment reference.getAssignmentName()FileDescriptionEntry getFile()
The value is the file name; if an assignment name is used, the value is null.
setFile(FileDescriptionEntry),
COBOLPackage.getRerunClause_File()void setFile(FileDescriptionEntry value)
File' reference.
value - the new value of the 'File' reference.getFile()EveryRecordsClause getEveryRecordsClause()
The value is a representation of the every records clause; if the clause is not present, the value is null.
setEveryRecordsClause(EveryRecordsClause),
COBOLPackage.getRerunClause_EveryRecordsClause()void setEveryRecordsClause(EveryRecordsClause value)
Every Records Clause' containment reference.
value - the new value of the 'Every Records Clause' containment reference.getEveryRecordsClause()EndOfReelClause getEndOfReelClause()
The value is a representation of the END OF REEL clause; if the clause is not present, the value is null.
setEndOfReelClause(EndOfReelClause),
COBOLPackage.getRerunClause_EndOfReelClause()void setEndOfReelClause(EndOfReelClause value)
End Of Reel Clause' containment reference.
value - the new value of the 'End Of Reel Clause' containment reference.getEndOfReelClause()EndOfUnitClause getEndOfUnitClause()
The value is a representation of the END OF UNIT clause; if the clause is not present, the value is null.
setEndOfUnitClause(EndOfUnitClause),
COBOLPackage.getRerunClause_EndOfUnitClause()void setEndOfUnitClause(EndOfUnitClause value)
End Of Unit Clause' containment reference.
value - the new value of the 'End Of Unit Clause' containment reference.getEndOfUnitClause()