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

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

public interface CicsReadNextStmt
extends CicsStmt

A representation of the model object 'Cics Read Next Stmt'.

The following features are supported:

See Also:
COBOLPackage.getCicsReadNextStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getFilename()
          Returns the value of the 'Filename' containment reference.
 CicsIntoOrSetClause getIntoOrSetClause()
          Returns the value of the 'Into Or Set Clause' containment reference.
 DataRefOrLiteral getKeyLength()
          Returns the value of the 'Key Length' containment reference.
 DataRef getLength()
          Returns the value of the 'Length' 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.
 CicsReadUpdateClause getUpdateClause()
          Returns the value of the 'Update Clause' containment reference.
 boolean isConsistent()
          Returns the value of the 'Consistent' attribute.
 boolean isNoSuspend()
          Returns the value of the 'No Suspend' attribute.
 boolean isRba()
          Returns the value of the 'Rba' attribute.
 boolean isRepeatable()
          Returns the value of the 'Repeatable' attribute.
 boolean isRrn()
          Returns the value of the 'Rrn' attribute.
 boolean isUncommitted()
          Returns the value of the 'Uncommitted' attribute.
 void setConsistent(boolean value)
          Sets the value of the 'Consistent' attribute.
 void setFilename(DataRefOrLiteral value)
          Sets the value of the 'Filename' containment reference.
 void setIntoOrSetClause(CicsIntoOrSetClause value)
          Sets the value of the 'Into Or Set Clause' containment reference.
 void setKeyLength(DataRefOrLiteral value)
          Sets the value of the 'Key Length' containment reference.
 void setLength(DataRef value)
          Sets the value of the 'Length' containment reference.
 void setNoSuspend(boolean value)
          Sets the value of the 'No Suspend' attribute.
 void setRba(boolean value)
          Sets the value of the 'Rba' attribute.
 void setRepeatable(boolean value)
          Sets the value of the 'Repeatable' 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.
 void setUncommitted(boolean value)
          Sets the value of the 'Uncommitted' attribute.
 void setUpdateClause(CicsReadUpdateClause value)
          Sets the value of the 'Update Clause' 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.getCicsReadNextStmt_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()

getIntoOrSetClause

CicsIntoOrSetClause getIntoOrSetClause()
Returns the value of the 'Into Or Set Clause' containment reference.

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

Returns:
the value of the 'Into Or Set Clause' containment reference.
See Also:
setIntoOrSetClause(CicsIntoOrSetClause), COBOLPackage.getCicsReadNextStmt_IntoOrSetClause()

setIntoOrSetClause

void setIntoOrSetClause(CicsIntoOrSetClause value)
Sets the value of the 'Into Or Set Clause' containment reference.

Parameters:
value - the new value of the 'Into Or Set Clause' containment reference.
See Also:
getIntoOrSetClause()

isUncommitted

boolean isUncommitted()
Returns the value of the 'Uncommitted' attribute.

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

Returns:
the value of the 'Uncommitted' attribute.
See Also:
setUncommitted(boolean), COBOLPackage.getCicsReadNextStmt_Uncommitted()

setUncommitted

void setUncommitted(boolean value)
Sets the value of the 'Uncommitted' attribute.

Parameters:
value - the new value of the 'Uncommitted' attribute.
See Also:
isUncommitted()

isConsistent

boolean isConsistent()
Returns the value of the 'Consistent' attribute.

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

Returns:
the value of the 'Consistent' attribute.
See Also:
setConsistent(boolean), COBOLPackage.getCicsReadNextStmt_Consistent()

setConsistent

void setConsistent(boolean value)
Sets the value of the 'Consistent' attribute.

Parameters:
value - the new value of the 'Consistent' attribute.
See Also:
isConsistent()

isRepeatable

boolean isRepeatable()
Returns the value of the 'Repeatable' attribute.

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

Returns:
the value of the 'Repeatable' attribute.
See Also:
setRepeatable(boolean), COBOLPackage.getCicsReadNextStmt_Repeatable()

setRepeatable

void setRepeatable(boolean value)
Sets the value of the 'Repeatable' attribute.

Parameters:
value - the new value of the 'Repeatable' attribute.
See Also:
isRepeatable()

getUpdateClause

CicsReadUpdateClause getUpdateClause()
Returns the value of the 'Update Clause' containment reference.

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

Returns:
the value of the 'Update Clause' containment reference.
See Also:
setUpdateClause(CicsReadUpdateClause), COBOLPackage.getCicsReadNextStmt_UpdateClause()

setUpdateClause

void setUpdateClause(CicsReadUpdateClause value)
Sets the value of the 'Update Clause' containment reference.

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

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

getKeyLength

DataRefOrLiteral getKeyLength()
Returns the value of the 'Key Length' containment reference.

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

Returns:
the value of the 'Key Length' containment reference.
See Also:
setKeyLength(DataRefOrLiteral), COBOLPackage.getCicsReadNextStmt_KeyLength()

setKeyLength

void setKeyLength(DataRefOrLiteral value)
Sets the value of the 'Key Length' containment reference.

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

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

getLength

DataRef getLength()
Returns the value of the 'Length' containment reference.

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

Returns:
the value of the 'Length' containment reference.
See Also:
setLength(DataRef), COBOLPackage.getCicsReadNextStmt_Length()

setLength

void setLength(DataRef value)
Sets the value of the 'Length' containment reference.

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

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

isNoSuspend

boolean isNoSuspend()
Returns the value of the 'No Suspend' attribute.

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

Returns:
the value of the 'No Suspend' attribute.
See Also:
setNoSuspend(boolean), COBOLPackage.getCicsReadNextStmt_NoSuspend()

setNoSuspend

void setNoSuspend(boolean value)
Sets the value of the 'No Suspend' attribute.

Parameters:
value - the new value of the 'No Suspend' attribute.
See Also:
isNoSuspend()