|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WriteAdvancingClause
A representation of the ADVANCING clause in a WRITE statement.
The following features are supported:
COBOLPackage.getWriteAdvancingClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| 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 |
|---|
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()void setPage(boolean value)
Page' attribute.
value - the new value of the 'Page' attribute.isPage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||