public interface CicsInvokeApplicationStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsInvokeApplicationStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getApplication()
Returns the value of the 'Application' containment reference.
|
DataRefOrLiteral |
getChannel()
Returns the value of the 'Channel' containment reference.
|
com.ibm.etools.cobol.application.model.cobol.CicsVersionClause |
getCicsVersionClause()
Returns the value of the 'Cics Version Clause' containment reference.
|
CicsCommunicationAreaClause |
getCommAreaClause()
Returns the value of the 'Comm Area Clause' containment reference.
|
DataRefOrLiteral |
getOperation()
Returns the value of the 'Operation' containment reference.
|
DataRefOrLiteral |
getPlatform()
Returns the value of the 'Platform' containment reference.
|
void |
setApplication(DataRefOrLiteral value)
Sets the value of the '
Application' containment reference. |
void |
setChannel(DataRefOrLiteral value)
Sets the value of the '
Channel' containment reference. |
void |
setCicsVersionClause(com.ibm.etools.cobol.application.model.cobol.CicsVersionClause value)
Sets the value of the '
Cics Version Clause' containment reference. |
void |
setCommAreaClause(CicsCommunicationAreaClause value)
Sets the value of the '
Comm Area Clause' containment reference. |
void |
setOperation(DataRefOrLiteral value)
Sets the value of the '
Operation' containment reference. |
void |
setPlatform(DataRefOrLiteral value)
Sets the value of the '
Platform' 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 getApplication()
setApplication(DataRefOrLiteral),
COBOLPackage.getCicsInvokeApplicationStmt_Application()void setApplication(DataRefOrLiteral value)
Application' containment reference.
value - the new value of the 'Application' containment reference.getApplication()DataRefOrLiteral getOperation()
setOperation(DataRefOrLiteral),
COBOLPackage.getCicsInvokeApplicationStmt_Operation()void setOperation(DataRefOrLiteral value)
Operation' containment reference.
value - the new value of the 'Operation' containment reference.getOperation()DataRefOrLiteral getPlatform()
setPlatform(DataRefOrLiteral),
COBOLPackage.getCicsInvokeApplicationStmt_Platform()void setPlatform(DataRefOrLiteral value)
Platform' containment reference.
value - the new value of the 'Platform' containment reference.getPlatform()com.ibm.etools.cobol.application.model.cobol.CicsVersionClause getCicsVersionClause()
setCicsVersionClause(CicsVersionClause),
COBOLPackage.getCicsInvokeApplicationStmt_CicsVersionClause()void setCicsVersionClause(com.ibm.etools.cobol.application.model.cobol.CicsVersionClause value)
Cics Version Clause' containment reference.
value - the new value of the 'Cics Version Clause' containment reference.getCicsVersionClause()CicsCommunicationAreaClause getCommAreaClause()
setCommAreaClause(CicsCommunicationAreaClause),
COBOLPackage.getCicsInvokeApplicationStmt_CommAreaClause()void setCommAreaClause(CicsCommunicationAreaClause value)
Comm Area Clause' containment reference.
value - the new value of the 'Comm Area Clause' containment reference.getCommAreaClause()DataRefOrLiteral getChannel()
setChannel(DataRefOrLiteral),
COBOLPackage.getCicsInvokeApplicationStmt_Channel()void setChannel(DataRefOrLiteral value)
Channel' containment reference.
value - the new value of the 'Channel' containment reference.getChannel()