|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface CicsReadStmt
A representation of the model object 'Cics Read Stmt'.
The following features are supported:
FilenameUncommittedConsistentRepeatableUpdate ClauseInto Or Set ClauseRidfldKey Length ClauseSys IdLengthRbaRrnDebkeyDebrecEqualGteqNo Suspend
COBOLPackage.getCicsReadStmt()| 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. |
CicsFileBrowseKeyLengthClause |
getKeyLengthClause()
Returns the value of the 'Key Length Clause' containment reference. |
DataRef |
getLength()
Returns the value of the 'Length' 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 |
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 |
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 |
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 |
setIntoOrSetClause(CicsIntoOrSetClause value)
Sets the value of the ' Into Or Set Clause' containment reference. |
void |
setKeyLengthClause(CicsFileBrowseKeyLengthClause value)
Sets the value of the ' Key Length Clause' 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 |
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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
DataRefOrLiteral getFilename()
If the meaning of the 'Filename' containment reference isn't clear, there really should be more of a description here...
setFilename(DataRefOrLiteral),
COBOLPackage.getCicsReadStmt_Filename()void setFilename(DataRefOrLiteral value)
Filename' containment reference.
value - the new value of the 'Filename' containment reference.getFilename()boolean isUncommitted()
If the meaning of the 'Uncommitted' attribute isn't clear, there really should be more of a description here...
setUncommitted(boolean),
COBOLPackage.getCicsReadStmt_Uncommitted()void setUncommitted(boolean value)
Uncommitted' attribute.
value - the new value of the 'Uncommitted' attribute.isUncommitted()boolean isConsistent()
If the meaning of the 'Consistent' attribute isn't clear, there really should be more of a description here...
setConsistent(boolean),
COBOLPackage.getCicsReadStmt_Consistent()void setConsistent(boolean value)
Consistent' attribute.
value - the new value of the 'Consistent' attribute.isConsistent()boolean isRepeatable()
If the meaning of the 'Repeatable' attribute isn't clear, there really should be more of a description here...
setRepeatable(boolean),
COBOLPackage.getCicsReadStmt_Repeatable()void setRepeatable(boolean value)
Repeatable' attribute.
value - the new value of the 'Repeatable' attribute.isRepeatable()CicsReadUpdateClause getUpdateClause()
If the meaning of the 'Update Clause' containment reference isn't clear, there really should be more of a description here...
setUpdateClause(CicsReadUpdateClause),
COBOLPackage.getCicsReadStmt_UpdateClause()void setUpdateClause(CicsReadUpdateClause value)
Update Clause' containment reference.
value - the new value of the 'Update Clause' containment reference.getUpdateClause()CicsIntoOrSetClause getIntoOrSetClause()
If the meaning of the 'Into Or Set Clause' containment reference isn't clear, there really should be more of a description here...
setIntoOrSetClause(CicsIntoOrSetClause),
COBOLPackage.getCicsReadStmt_IntoOrSetClause()void setIntoOrSetClause(CicsIntoOrSetClause value)
Into Or Set Clause' containment reference.
value - the new value of the 'Into Or Set Clause' containment reference.getIntoOrSetClause()DataRef getRidfld()
If the meaning of the 'Ridfld' containment reference isn't clear, there really should be more of a description here...
setRidfld(DataRef),
COBOLPackage.getCicsReadStmt_Ridfld()void setRidfld(DataRef value)
Ridfld' containment reference.
value - the new value of the 'Ridfld' containment reference.getRidfld()CicsFileBrowseKeyLengthClause getKeyLengthClause()
If the meaning of the 'Key Length Clause' containment reference isn't clear, there really should be more of a description here...
setKeyLengthClause(CicsFileBrowseKeyLengthClause),
COBOLPackage.getCicsReadStmt_KeyLengthClause()void setKeyLengthClause(CicsFileBrowseKeyLengthClause value)
Key Length Clause' containment reference.
value - the new value of the 'Key Length Clause' containment reference.getKeyLengthClause()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.getCicsReadStmt_SysId()void setSysId(DataRefOrLiteral value)
Sys Id' containment reference.
value - the new value of the 'Sys Id' containment reference.getSysId()DataRef getLength()
If the meaning of the 'Length' containment reference isn't clear, there really should be more of a description here...
setLength(DataRef),
COBOLPackage.getCicsReadStmt_Length()void setLength(DataRef value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()boolean isRba()
If the meaning of the 'Rba' attribute isn't clear, there really should be more of a description here...
setRba(boolean),
COBOLPackage.getCicsReadStmt_Rba()void setRba(boolean value)
Rba' attribute.
value - the new value of the 'Rba' attribute.isRba()boolean isRrn()
If the meaning of the 'Rrn' attribute isn't clear, there really should be more of a description here...
setRrn(boolean),
COBOLPackage.getCicsReadStmt_Rrn()void setRrn(boolean value)
Rrn' attribute.
value - the new value of the 'Rrn' attribute.isRrn()boolean isDebkey()
If the meaning of the 'Debkey' attribute isn't clear, there really should be more of a description here...
setDebkey(boolean),
COBOLPackage.getCicsReadStmt_Debkey()void setDebkey(boolean value)
Debkey' attribute.
value - the new value of the 'Debkey' attribute.isDebkey()boolean isDebrec()
If the meaning of the 'Debrec' attribute isn't clear, there really should be more of a description here...
setDebrec(boolean),
COBOLPackage.getCicsReadStmt_Debrec()void setDebrec(boolean value)
Debrec' attribute.
value - the new value of the 'Debrec' attribute.isDebrec()boolean isEqual()
If the meaning of the 'Equal' attribute isn't clear, there really should be more of a description here...
setEqual(boolean),
COBOLPackage.getCicsReadStmt_Equal()void setEqual(boolean value)
Equal' attribute.
value - the new value of the 'Equal' attribute.isEqual()boolean isGteq()
If the meaning of the 'Gteq' attribute isn't clear, there really should be more of a description here...
setGteq(boolean),
COBOLPackage.getCicsReadStmt_Gteq()void setGteq(boolean value)
Gteq' attribute.
value - the new value of the 'Gteq' attribute.isGteq()boolean isNoSuspend()
If the meaning of the 'No Suspend' attribute isn't clear, there really should be more of a description here...
setNoSuspend(boolean),
COBOLPackage.getCicsReadStmt_NoSuspend()void setNoSuspend(boolean value)
No Suspend' attribute.
value - the new value of the 'No Suspend' attribute.isNoSuspend()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||