| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getProgram()
Returns the value of the 'Program' containment reference.
|
boolean |
isConverse()
Returns the value of the 'Converse' attribute.
|
void |
setConverse(boolean value)
Sets the value of the '
Converse' attribute. |
void |
setProgram(DataRefOrLiteral value)
Sets the value of the '
Program' containment reference. |
getResp, getResp2, isNoEDF, isNoHandle, isSysEIB, setNoEDF, setNoHandle, setResp, setResp2, setSysEIBgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getProgram()
The value is a representation of the name specified in the PROGRAM option; if that option is not used, the value is null.
setProgram(DataRefOrLiteral),
COBOLPackage.getCicsIssueLoadStmt_Program()void setProgram(DataRefOrLiteral value)
Program' containment reference.
value - the new value of the 'Program' containment reference.getProgram()boolean isConverse()
If value is true if the CONVERSE option is used; false otherwise.
setConverse(boolean),
COBOLPackage.getCicsIssueLoadStmt_Converse()void setConverse(boolean value)
Converse' attribute.
value - the new value of the 'Converse' attribute.isConverse()