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

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

public interface RerunClause
extends IOControlParagraphClause

A representation of a RERUN clause in the I-O-CONTROL paragraph.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getAssignmentName

AssignmentName getAssignmentName()
Returns the value of the 'Assignment Name' containment reference.

The value is the assignment name; if a file name is used, the value is null.

Returns:
the value of the 'Assignment Name' containment reference.
See Also:
setAssignmentName(AssignmentName), COBOLPackage.getRerunClause_AssignmentName()

setAssignmentName

void setAssignmentName(AssignmentName value)
Sets the value of the 'Assignment Name' containment reference.

Parameters:
value - the new value of the 'Assignment Name' containment reference.
See Also:
getAssignmentName()

getFile

FileDescriptionEntry getFile()
Returns the value of the 'File' reference.

The value is the file name; if an assignment name is used, the value is null.

Returns:
the value of the 'File' reference.
See Also:
setFile(FileDescriptionEntry), COBOLPackage.getRerunClause_File()

setFile

void setFile(FileDescriptionEntry value)
Sets the value of the 'File' reference.

Parameters:
value - the new value of the 'File' reference.
See Also:
getFile()

getEveryRecordsClause

EveryRecordsClause getEveryRecordsClause()
Returns the value of the 'Every Records Clause' containment reference.

The value is a representation of the every records clause; if the clause is not present, the value is null.

Returns:
the value of the 'Every Records Clause' containment reference.
See Also:
setEveryRecordsClause(EveryRecordsClause), COBOLPackage.getRerunClause_EveryRecordsClause()

setEveryRecordsClause

void setEveryRecordsClause(EveryRecordsClause value)
Sets the value of the 'Every Records Clause' containment reference.

Parameters:
value - the new value of the 'Every Records Clause' containment reference.
See Also:
getEveryRecordsClause()

getEndOfReelClause

EndOfReelClause getEndOfReelClause()
Returns the value of the 'End Of Reel Clause' containment reference.

The value is a representation of the END OF REEL clause; if the clause is not present, the value is null.

Returns:
the value of the 'End Of Reel Clause' containment reference.
See Also:
setEndOfReelClause(EndOfReelClause), COBOLPackage.getRerunClause_EndOfReelClause()

setEndOfReelClause

void setEndOfReelClause(EndOfReelClause value)
Sets the value of the 'End Of Reel Clause' containment reference.

Parameters:
value - the new value of the 'End Of Reel Clause' containment reference.
See Also:
getEndOfReelClause()

getEndOfUnitClause

EndOfUnitClause getEndOfUnitClause()
Returns the value of the 'End Of Unit Clause' containment reference.

The value is a representation of the END OF UNIT clause; if the clause is not present, the value is null.

Returns:
the value of the 'End Of Unit Clause' containment reference.
See Also:
setEndOfUnitClause(EndOfUnitClause), COBOLPackage.getRerunClause_EndOfUnitClause()

setEndOfUnitClause

void setEndOfUnitClause(EndOfUnitClause value)
Sets the value of the 'End Of Unit Clause' containment reference.

Parameters:
value - the new value of the 'End Of Unit Clause' containment reference.
See Also:
getEndOfUnitClause()