|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RerunClause
A representation of a RERUN clause in the I-O-CONTROL paragraph.
The following features are supported:
COBOLPackage.getRerunClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| 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 |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||