public interface WriteAdvancingClause extends ASTNode
The following features are supported:
COBOLPackage.getWriteAdvancingClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getLines()
Returns the value of the 'Lines' containment reference.
|
MnemonicName |
getMnemonicName()
Returns the value of the 'Mnemonic Name' reference.
|
boolean |
isBeforeAdvancing()
Returns the value of the 'Before Advancing' attribute.
|
boolean |
isPage()
Returns the value of the 'Page' attribute.
|
void |
setBeforeAdvancing(boolean value)
Sets the value of the '
Before Advancing' attribute. |
void |
setLines(DataRefOrLiteral value)
Sets the value of the '
Lines' containment reference. |
void |
setMnemonicName(MnemonicName value)
Sets the value of the '
Mnemonic Name' reference. |
void |
setPage(boolean value)
Sets the value of the '
Page' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
boolean isBeforeAdvancing()
The value is true if BEFORE is present; false if AFTER is present.
setBeforeAdvancing(boolean),
COBOLPackage.getWriteAdvancingClause_BeforeAdvancing()void setBeforeAdvancing(boolean value)
Before Advancing' attribute.
value - the new value of the 'Before Advancing' attribute.isBeforeAdvancing()DataRefOrLiteral getLines()
The value is the data item or literal specified before the LINES keyword.
setLines(DataRefOrLiteral),
COBOLPackage.getWriteAdvancingClause_Lines()void setLines(DataRefOrLiteral value)
Lines' containment reference.
value - the new value of the 'Lines' containment reference.getLines()MnemonicName getMnemonicName()
The value is the mnemonic name specified before the LINES keyword.
setMnemonicName(MnemonicName),
COBOLPackage.getWriteAdvancingClause_MnemonicName()void setMnemonicName(MnemonicName value)
Mnemonic Name' reference.
value - the new value of the 'Mnemonic Name' reference.getMnemonicName()boolean isPage()
The value is true if PAGE is present; false otherwise.
setPage(boolean),
COBOLPackage.getWriteAdvancingClause_Page()