| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getCtlChar()
Returns the value of the 'Ctl Char' containment reference.
|
DataRefOrLiteral |
getTermId()
Returns the value of the 'Term Id' containment reference.
|
boolean |
isWait()
Returns the value of the 'Wait' attribute.
|
void |
setCtlChar(DataRefOrLiteral value)
Sets the value of the '
Ctl Char' containment reference. |
void |
setTermId(DataRefOrLiteral value)
Sets the value of the '
Term Id' containment reference. |
void |
setWait(boolean value)
Sets the value of the '
Wait' attribute. |
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 getTermId()
The value is a representation of the name specified in the TERMID option.
setTermId(DataRefOrLiteral),
COBOLPackage.getCicsIssueCopyStmt_TermId()void setTermId(DataRefOrLiteral value)
Term Id' containment reference.
value - the new value of the 'Term Id' containment reference.getTermId()DataRefOrLiteral getCtlChar()
The value is a representation of the data value specified in the CTLCHAR option; if that option is not used, the value is null.
setCtlChar(DataRefOrLiteral),
COBOLPackage.getCicsIssueCopyStmt_CtlChar()void setCtlChar(DataRefOrLiteral value)
Ctl Char' containment reference.
value - the new value of the 'Ctl Char' containment reference.getCtlChar()boolean isWait()
The value is true if the WAIT option is used; false otherwise.
setWait(boolean),
COBOLPackage.getCicsIssueCopyStmt_Wait()