| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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 |
getNotInvalidKey()
Returns the value of the 'Not Invalid Key' containment reference list.
|
DataItem |
getRecord()
Returns the value of the 'Record' reference.
|
boolean |
isEndRewriteUsed()
Returns the value of the 'End Rewrite Used' attribute.
|
void |
setEndRewriteUsed(boolean value)
Sets the value of the '
End Rewrite 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()
setRecord(DataItem),
COBOLPackage.getRewriteStmt_Record()void setRecord(DataItem value)
Record' reference.
value - the new value of the 'Record' reference.getRecord()DataRef getFrom()
setFrom(DataRef),
COBOLPackage.getRewriteStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()java.util.List getInvalidKey()
Stmt.
The list contains the statements in the INVALID KEY phrase.
COBOLPackage.getRewriteStmt_InvalidKey()java.util.List getNotInvalidKey()
Stmt.
The list contains the statements in the NOT INVALID KEY phrase.
COBOLPackage.getRewriteStmt_NotInvalidKey()boolean isEndRewriteUsed()
The value is true if END-REWRITE is used; false otherwise.
setEndRewriteUsed(boolean),
COBOLPackage.getRewriteStmt_EndRewriteUsed()void setEndRewriteUsed(boolean value)
End Rewrite Used' attribute.
value - the new value of the 'End Rewrite Used' attribute.isEndRewriteUsed()