| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
CicsStmt |
getCicsStmt()
Returns the value of the 'Cics Stmt' containment reference.
|
boolean |
isEndExecUsed()
Returns the value of the 'End Exec Used' attribute.
|
void |
setCicsStmt(CicsStmt value)
Sets the value of the '
Cics Stmt' containment reference. |
void |
setEndExecUsed(boolean value)
Sets the value of the '
End Exec Used' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
CicsStmt getCicsStmt()
The value is a representation of the part of the EXEC CICS statement after the EXEC CICS keywords.
setCicsStmt(CicsStmt),
COBOLPackage.getExecCicsStmt_CicsStmt()void setCicsStmt(CicsStmt value)
Cics Stmt' containment reference.
value - the new value of the 'Cics Stmt' containment reference.getCicsStmt()boolean isEndExecUsed()
The value is true if END-EXEC is present; false otherwise.
setEndExecUsed(boolean),
COBOLPackage.getExecCicsStmt_EndExecUsed()void setEndExecUsed(boolean value)
End Exec Used' attribute.
value - the new value of the 'End Exec Used' attribute.isEndExecUsed()