public interface EveryRecordsClause extends ASTNode
The following features are supported:
COBOLPackage.getEveryRecordsClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
FileDescriptionEntry |
getFile()
Returns the value of the 'File' reference.
|
int |
getNumberOfRecords()
Returns the value of the 'Number Of Records' attribute.
|
void |
setFile(FileDescriptionEntry value)
Sets the value of the '
File' reference. |
void |
setNumberOfRecords(int value)
Sets the value of the '
Number Of Records' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
int getNumberOfRecords()
setNumberOfRecords(int),
COBOLPackage.getEveryRecordsClause_NumberOfRecords()void setNumberOfRecords(int value)
Number Of Records' attribute.
value - the new value of the 'Number Of Records' attribute.getNumberOfRecords()FileDescriptionEntry getFile()
setFile(FileDescriptionEntry),
COBOLPackage.getEveryRecordsClause_File()void setFile(FileDescriptionEntry value)
File' reference.
value - the new value of the 'File' reference.getFile()