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

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

public interface CicsStartBrStmt
extends CicsStmt

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

The following features are supported:

See Also:
COBOLPackage.getCicsStartBrStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getFilename()
          Returns the value of the 'Filename' containment reference.
 CicsFileBrowseKeyLengthClause getKeyLengthClause()
          Returns the value of the 'Key Length Clause' containment reference.
 DataRefOrLiteral getReqId()
          Returns the value of the 'Req Id' containment reference.
 DataRef getRidfld()
          Returns the value of the 'Ridfld' containment reference.
 DataRefOrLiteral getSysId()
          Returns the value of the 'Sys Id' containment reference.
 boolean isDebkey()
          Returns the value of the 'Debkey' attribute.
 boolean isDebrec()
          Returns the value of the 'Debrec' attribute.
 boolean isEqual()
          Returns the value of the 'Equal' attribute.
 boolean isGteq()
          Returns the value of the 'Gteq' attribute.
 boolean isRba()
          Returns the value of the 'Rba' attribute.
 boolean isRrn()
          Returns the value of the 'Rrn' attribute.
 void setDebkey(boolean value)
          Sets the value of the 'Debkey' attribute.
 void setDebrec(boolean value)
          Sets the value of the 'Debrec' attribute.
 void setEqual(boolean value)
          Sets the value of the 'Equal' attribute.
 void setFilename(DataRefOrLiteral value)
          Sets the value of the 'Filename' containment reference.
 void setGteq(boolean value)
          Sets the value of the 'Gteq' attribute.
 void setKeyLengthClause(CicsFileBrowseKeyLengthClause value)
          Sets the value of the 'Key Length Clause' containment reference.
 void setRba(boolean value)
          Sets the value of the 'Rba' attribute.
 void setReqId(DataRefOrLiteral value)
          Sets the value of the 'Req Id' containment reference.
 void setRidfld(DataRef value)
          Sets the value of the 'Ridfld' containment reference.
 void setRrn(boolean value)
          Sets the value of the 'Rrn' attribute.
 void setSysId(DataRefOrLiteral value)
          Sets the value of the 'Sys 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

getFilename

DataRefOrLiteral getFilename()
Returns the value of the 'Filename' containment reference.

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

Returns:
the value of the 'Filename' containment reference.
See Also:
setFilename(DataRefOrLiteral), COBOLPackage.getCicsStartBrStmt_Filename()

setFilename

void setFilename(DataRefOrLiteral value)
Sets the value of the 'Filename' containment reference.

Parameters:
value - the new value of the 'Filename' containment reference.
See Also:
getFilename()

getRidfld

DataRef getRidfld()
Returns the value of the 'Ridfld' containment reference.

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

Returns:
the value of the 'Ridfld' containment reference.
See Also:
setRidfld(DataRef), COBOLPackage.getCicsStartBrStmt_Ridfld()

setRidfld

void setRidfld(DataRef value)
Sets the value of the 'Ridfld' containment reference.

Parameters:
value - the new value of the 'Ridfld' containment reference.
See Also:
getRidfld()

getKeyLengthClause

CicsFileBrowseKeyLengthClause getKeyLengthClause()
Returns the value of the 'Key Length Clause' containment reference.

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

Returns:
the value of the 'Key Length Clause' containment reference.
See Also:
setKeyLengthClause(CicsFileBrowseKeyLengthClause), COBOLPackage.getCicsStartBrStmt_KeyLengthClause()

setKeyLengthClause

void setKeyLengthClause(CicsFileBrowseKeyLengthClause value)
Sets the value of the 'Key Length Clause' containment reference.

Parameters:
value - the new value of the 'Key Length Clause' containment reference.
See Also:
getKeyLengthClause()

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.getCicsStartBrStmt_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()

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.getCicsStartBrStmt_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()

isRba

boolean isRba()
Returns the value of the 'Rba' attribute.

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

Returns:
the value of the 'Rba' attribute.
See Also:
setRba(boolean), COBOLPackage.getCicsStartBrStmt_Rba()

setRba

void setRba(boolean value)
Sets the value of the 'Rba' attribute.

Parameters:
value - the new value of the 'Rba' attribute.
See Also:
isRba()

isRrn

boolean isRrn()
Returns the value of the 'Rrn' attribute.

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

Returns:
the value of the 'Rrn' attribute.
See Also:
setRrn(boolean), COBOLPackage.getCicsStartBrStmt_Rrn()

setRrn

void setRrn(boolean value)
Sets the value of the 'Rrn' attribute.

Parameters:
value - the new value of the 'Rrn' attribute.
See Also:
isRrn()

isDebkey

boolean isDebkey()
Returns the value of the 'Debkey' attribute.

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

Returns:
the value of the 'Debkey' attribute.
See Also:
setDebkey(boolean), COBOLPackage.getCicsStartBrStmt_Debkey()

setDebkey

void setDebkey(boolean value)
Sets the value of the 'Debkey' attribute.

Parameters:
value - the new value of the 'Debkey' attribute.
See Also:
isDebkey()

isDebrec

boolean isDebrec()
Returns the value of the 'Debrec' attribute.

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

Returns:
the value of the 'Debrec' attribute.
See Also:
setDebrec(boolean), COBOLPackage.getCicsStartBrStmt_Debrec()

setDebrec

void setDebrec(boolean value)
Sets the value of the 'Debrec' attribute.

Parameters:
value - the new value of the 'Debrec' attribute.
See Also:
isDebrec()

isGteq

boolean isGteq()
Returns the value of the 'Gteq' attribute.

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

Returns:
the value of the 'Gteq' attribute.
See Also:
setGteq(boolean), COBOLPackage.getCicsStartBrStmt_Gteq()

setGteq

void setGteq(boolean value)
Sets the value of the 'Gteq' attribute.

Parameters:
value - the new value of the 'Gteq' attribute.
See Also:
isGteq()

isEqual

boolean isEqual()
Returns the value of the 'Equal' attribute.

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

Returns:
the value of the 'Equal' attribute.
See Also:
setEqual(boolean), COBOLPackage.getCicsStartBrStmt_Equal()

setEqual

void setEqual(boolean value)
Sets the value of the 'Equal' attribute.

Parameters:
value - the new value of the 'Equal' attribute.
See Also:
isEqual()