com.ibm.etools.cobol.application.model.cobol
Interface CicsStartStmt

All Superinterfaces:
ASTNode, CicsStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CicsStartStmtImpl

public interface CicsStartStmt
extends CicsStmt

A representation of the model object 'Cics Start Stmt'.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getTransId

DataRefOrLiteral getTransId()
Returns the value of the 'Trans Id' containment reference.

If the meaning of the 'Trans Id' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Trans Id' containment reference.
See Also:
setTransId(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_TransId()

setTransId

void setTransId(DataRefOrLiteral value)
Sets the value of the 'Trans Id' containment reference.

Parameters:
value - the new value of the 'Trans Id' containment reference.
See Also:
getTransId()

getStartClause

CicsStartClause getStartClause()
Returns the value of the 'Start Clause' containment reference.

If the meaning of the 'Start Clause' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Start Clause' containment reference.
See Also:
setStartClause(CicsStartClause), COBOLPackage.getCicsStartStmt_StartClause()

setStartClause

void setStartClause(CicsStartClause value)
Sets the value of the 'Start Clause' containment reference.

Parameters:
value - the new value of the 'Start Clause' containment reference.
See Also:
getStartClause()

getReqId

DataRefOrLiteral getReqId()
Returns the value of the 'Req Id' containment reference.

If the meaning of the 'Req Id' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Req Id' containment reference.
See Also:
setReqId(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_ReqId()

setReqId

void setReqId(DataRefOrLiteral value)
Sets the value of the 'Req Id' containment reference.

Parameters:
value - the new value of the 'Req Id' containment reference.
See Also:
getReqId()

getFromClause

CicsStartFromClause getFromClause()
Returns the value of the 'From Clause' containment reference.

If the meaning of the 'From Clause' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'From Clause' containment reference.
See Also:
setFromClause(CicsStartFromClause), COBOLPackage.getCicsStartStmt_FromClause()

setFromClause

void setFromClause(CicsStartFromClause value)
Sets the value of the 'From Clause' containment reference.

Parameters:
value - the new value of the 'From Clause' containment reference.
See Also:
getFromClause()

getTermId

DataRefOrLiteral getTermId()
Returns the value of the 'Term Id' containment reference.

If the meaning of the 'Term Id' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Term Id' containment reference.
See Also:
setTermId(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_TermId()

setTermId

void setTermId(DataRefOrLiteral value)
Sets the value of the 'Term Id' containment reference.

Parameters:
value - the new value of the 'Term Id' containment reference.
See Also:
getTermId()

getUserId

DataRefOrLiteral getUserId()
Returns the value of the 'User Id' containment reference.

If the meaning of the 'User Id' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'User Id' containment reference.
See Also:
setUserId(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_UserId()

setUserId

void setUserId(DataRefOrLiteral value)
Sets the value of the 'User Id' containment reference.

Parameters:
value - the new value of the 'User Id' containment reference.
See Also:
getUserId()

getSysId

DataRefOrLiteral getSysId()
Returns the value of the 'Sys Id' containment reference.

If the meaning of the 'Sys Id' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sys Id' containment reference.
See Also:
setSysId(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_SysId()

setSysId

void setSysId(DataRefOrLiteral value)
Sets the value of the 'Sys Id' containment reference.

Parameters:
value - the new value of the 'Sys Id' containment reference.
See Also:
getSysId()

getRtransId

DataRefOrLiteral getRtransId()
Returns the value of the 'Rtrans Id' containment reference.

If the meaning of the 'Rtrans Id' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Rtrans Id' containment reference.
See Also:
setRtransId(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_RtransId()

setRtransId

void setRtransId(DataRefOrLiteral value)
Sets the value of the 'Rtrans Id' containment reference.

Parameters:
value - the new value of the 'Rtrans Id' containment reference.
See Also:
getRtransId()

getRtermId

DataRefOrLiteral getRtermId()
Returns the value of the 'Rterm Id' containment reference.

If the meaning of the 'Rterm Id' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Rterm Id' containment reference.
See Also:
setRtermId(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_RtermId()

setRtermId

void setRtermId(DataRefOrLiteral value)
Sets the value of the 'Rterm Id' containment reference.

Parameters:
value - the new value of the 'Rterm Id' containment reference.
See Also:
getRtermId()

getQueue

DataRefOrLiteral getQueue()
Returns the value of the 'Queue' containment reference.

If the meaning of the 'Queue' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Queue' containment reference.
See Also:
setQueue(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_Queue()

setQueue

void setQueue(DataRefOrLiteral value)
Sets the value of the 'Queue' containment reference.

Parameters:
value - the new value of the 'Queue' containment reference.
See Also:
getQueue()

isNoCheck

boolean isNoCheck()
Returns the value of the 'No Check' attribute.

If the meaning of the 'No Check' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'No Check' attribute.
See Also:
setNoCheck(boolean), COBOLPackage.getCicsStartStmt_NoCheck()

setNoCheck

void setNoCheck(boolean value)
Sets the value of the 'No Check' attribute.

Parameters:
value - the new value of the 'No Check' attribute.
See Also:
isNoCheck()

isProtect

boolean isProtect()
Returns the value of the 'Protect' attribute.

If the meaning of the 'Protect' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Protect' attribute.
See Also:
setProtect(boolean), COBOLPackage.getCicsStartStmt_Protect()

setProtect

void setProtect(boolean value)
Sets the value of the 'Protect' attribute.

Parameters:
value - the new value of the 'Protect' attribute.
See Also:
isProtect()