|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface CicsStartStmt
A representation of the model object 'Cics Start Stmt'.
The following features are supported:
Trans IdStart ClauseReq IdFrom ClauseTerm IdUser IdSys IdRtrans IdRterm IdQueueNo CheckProtect
COBOLPackage.getCicsStartStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
CicsStartFromClause |
getFromClause()
Returns the value of the 'From Clause' containment reference. |
DataRefOrLiteral |
getQueue()
Returns the value of the 'Queue' containment reference. |
DataRefOrLiteral |
getReqId()
Returns the value of the 'Req Id' containment reference. |
DataRefOrLiteral |
getRtermId()
Returns the value of the 'Rterm Id' containment reference. |
DataRefOrLiteral |
getRtransId()
Returns the value of the 'Rtrans Id' containment reference. |
CicsStartClause |
getStartClause()
Returns the value of the 'Start Clause' containment reference. |
DataRefOrLiteral |
getSysId()
Returns the value of the 'Sys Id' containment reference. |
DataRefOrLiteral |
getTermId()
Returns the value of the 'Term Id' containment reference. |
DataRefOrLiteral |
getTransId()
Returns the value of the 'Trans Id' containment reference. |
DataRefOrLiteral |
getUserId()
Returns the value of the 'User Id' containment reference. |
boolean |
isNoCheck()
Returns the value of the 'No Check' attribute. |
boolean |
isProtect()
Returns the value of the 'Protect' attribute. |
void |
setFromClause(CicsStartFromClause value)
Sets the value of the ' From Clause' containment reference. |
void |
setNoCheck(boolean value)
Sets the value of the ' No Check' attribute. |
void |
setProtect(boolean value)
Sets the value of the ' Protect' attribute. |
void |
setQueue(DataRefOrLiteral value)
Sets the value of the ' Queue' containment reference. |
void |
setReqId(DataRefOrLiteral value)
Sets the value of the ' Req Id' containment reference. |
void |
setRtermId(DataRefOrLiteral value)
Sets the value of the ' Rterm Id' containment reference. |
void |
setRtransId(DataRefOrLiteral value)
Sets the value of the ' Rtrans Id' containment reference. |
void |
setStartClause(CicsStartClause value)
Sets the value of the ' Start Clause' containment reference. |
void |
setSysId(DataRefOrLiteral value)
Sets the value of the ' Sys Id' containment reference. |
void |
setTermId(DataRefOrLiteral value)
Sets the value of the ' Term Id' containment reference. |
void |
setTransId(DataRefOrLiteral value)
Sets the value of the ' Trans Id' containment reference. |
void |
setUserId(DataRefOrLiteral value)
Sets the value of the ' User Id' containment reference. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.CicsStmt |
|---|
getResp, getResp2, isNoHandle, setNoHandle, setResp, setResp2 |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
DataRefOrLiteral getTransId()
If the meaning of the 'Trans Id' containment reference isn't clear, there really should be more of a description here...
setTransId(DataRefOrLiteral),
COBOLPackage.getCicsStartStmt_TransId()void setTransId(DataRefOrLiteral value)
Trans Id' containment reference.
value - the new value of the 'Trans Id' containment reference.getTransId()CicsStartClause getStartClause()
If the meaning of the 'Start Clause' containment reference isn't clear, there really should be more of a description here...
setStartClause(CicsStartClause),
COBOLPackage.getCicsStartStmt_StartClause()void setStartClause(CicsStartClause value)
Start Clause' containment reference.
value - the new value of the 'Start Clause' containment reference.getStartClause()DataRefOrLiteral getReqId()
If the meaning of the 'Req Id' containment reference isn't clear, there really should be more of a description here...
setReqId(DataRefOrLiteral),
COBOLPackage.getCicsStartStmt_ReqId()void setReqId(DataRefOrLiteral value)
Req Id' containment reference.
value - the new value of the 'Req Id' containment reference.getReqId()CicsStartFromClause getFromClause()
If the meaning of the 'From Clause' containment reference isn't clear, there really should be more of a description here...
setFromClause(CicsStartFromClause),
COBOLPackage.getCicsStartStmt_FromClause()void setFromClause(CicsStartFromClause value)
From Clause' containment reference.
value - the new value of the 'From Clause' containment reference.getFromClause()DataRefOrLiteral getTermId()
If the meaning of the 'Term Id' containment reference isn't clear, there really should be more of a description here...
setTermId(DataRefOrLiteral),
COBOLPackage.getCicsStartStmt_TermId()void setTermId(DataRefOrLiteral value)
Term Id' containment reference.
value - the new value of the 'Term Id' containment reference.getTermId()DataRefOrLiteral getUserId()
If the meaning of the 'User Id' containment reference isn't clear, there really should be more of a description here...
setUserId(DataRefOrLiteral),
COBOLPackage.getCicsStartStmt_UserId()void setUserId(DataRefOrLiteral value)
User Id' containment reference.
value - the new value of the 'User Id' containment reference.getUserId()DataRefOrLiteral getSysId()
If the meaning of the 'Sys Id' containment reference isn't clear, there really should be more of a description here...
setSysId(DataRefOrLiteral),
COBOLPackage.getCicsStartStmt_SysId()void setSysId(DataRefOrLiteral value)
Sys Id' containment reference.
value - the new value of the 'Sys Id' containment reference.getSysId()DataRefOrLiteral getRtransId()
If the meaning of the 'Rtrans Id' containment reference isn't clear, there really should be more of a description here...
setRtransId(DataRefOrLiteral),
COBOLPackage.getCicsStartStmt_RtransId()void setRtransId(DataRefOrLiteral value)
Rtrans Id' containment reference.
value - the new value of the 'Rtrans Id' containment reference.getRtransId()DataRefOrLiteral getRtermId()
If the meaning of the 'Rterm Id' containment reference isn't clear, there really should be more of a description here...
setRtermId(DataRefOrLiteral),
COBOLPackage.getCicsStartStmt_RtermId()void setRtermId(DataRefOrLiteral value)
Rterm Id' containment reference.
value - the new value of the 'Rterm Id' containment reference.getRtermId()DataRefOrLiteral getQueue()
If the meaning of the 'Queue' containment reference isn't clear, there really should be more of a description here...
setQueue(DataRefOrLiteral),
COBOLPackage.getCicsStartStmt_Queue()void setQueue(DataRefOrLiteral value)
Queue' containment reference.
value - the new value of the 'Queue' containment reference.getQueue()boolean isNoCheck()
If the meaning of the 'No Check' attribute isn't clear, there really should be more of a description here...
setNoCheck(boolean),
COBOLPackage.getCicsStartStmt_NoCheck()void setNoCheck(boolean value)
No Check' attribute.
value - the new value of the 'No Check' attribute.isNoCheck()boolean isProtect()
If the meaning of the 'Protect' attribute isn't clear, there really should be more of a description here...
setProtect(boolean),
COBOLPackage.getCicsStartStmt_Protect()void setProtect(boolean value)
Protect' attribute.
value - the new value of the 'Protect' attribute.isProtect()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||