| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
WriteAdvancingClause |
getAdvancingClause()
Returns the value of the 'Advancing Clause' containment reference.
|
java.util.List |
getAtEndOfPage()
Returns the value of the 'At End Of Page' containment reference list.
|
DataRef |
getFrom()
Returns the value of the 'From' containment reference.
|
java.util.List |
getInvalidKey()
Returns the value of the 'Invalid Key' containment reference list.
|
java.util.List |
getNotAtEndOfPage()
Returns the value of the 'Not At End Of Page' containment reference list.
|
java.util.List |
getNotInvalidKey()
Returns the value of the 'Not Invalid Key' containment reference list.
|
DataItem |
getRecord()
Returns the value of the 'Record' reference.
|
boolean |
isEndWriteUsed()
Returns the value of the 'End Write Used' attribute.
|
void |
setAdvancingClause(WriteAdvancingClause value)
Sets the value of the '
Advancing Clause' containment reference. |
void |
setEndWriteUsed(boolean value)
Sets the value of the '
End Write Used' attribute. |
void |
setFrom(DataRef value)
Sets the value of the '
From' containment reference. |
void |
setRecord(DataItem value)
Sets the value of the '
Record' reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataItem getRecord()
The value is the data item specified after the WRITE keyword.
setRecord(DataItem),
COBOLPackage.getWriteStmt_Record()void setRecord(DataItem value)
Record' reference.
value - the new value of the 'Record' reference.getRecord()DataRef getFrom()
The value is a reference to the data item in the FROM clause.
setFrom(DataRef),
COBOLPackage.getWriteStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()WriteAdvancingClause getAdvancingClause()
The value is a representation of the ADVANCING phrase.
setAdvancingClause(WriteAdvancingClause),
COBOLPackage.getWriteStmt_AdvancingClause()void setAdvancingClause(WriteAdvancingClause value)
Advancing Clause' containment reference.
value - the new value of the 'Advancing Clause' containment reference.getAdvancingClause()java.util.List getAtEndOfPage()
Stmt.
The list contains the statements in the AT END-OF-PAGE clause.
COBOLPackage.getWriteStmt_AtEndOfPage()java.util.List getNotAtEndOfPage()
Stmt.
The list contains the statements in the NOT AT END-OF-PAGE clause.
COBOLPackage.getWriteStmt_NotAtEndOfPage()java.util.List getInvalidKey()
Stmt.
The list contains the statements in the INVALID KEY clause.
COBOLPackage.getWriteStmt_InvalidKey()java.util.List getNotInvalidKey()
Stmt.
The list contains the statements in the NOT INVALID KEY clause.
COBOLPackage.getWriteStmt_NotInvalidKey()boolean isEndWriteUsed()
The value is true if END-WRITE is present; false otherwise.
setEndWriteUsed(boolean),
COBOLPackage.getWriteStmt_EndWriteUsed()void setEndWriteUsed(boolean value)
End Write Used' attribute.
value - the new value of the 'End Write Used' attribute.isEndWriteUsed()