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

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

public interface CicsDeleteStmt
extends CicsStmt

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

The following features are supported:

See Also:
COBOLPackage.getCicsDeleteStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getFilename()
          Returns the value of the 'Filename' containment reference.
 DataRefOrLiteral getSysId()
          Returns the value of the 'Sys Id' containment reference.
 CicsDeleteTokenOrRidfldClause getTokenOrRidfldClause()
          Returns the value of the 'Token Or Ridfld Clause' containment reference.
 boolean isNoSuspend()
          Returns the value of the 'No Suspend' attribute.
 boolean isRba()
          Returns the value of the 'Rba' attribute.
 boolean isRrn()
          Returns the value of the 'Rrn' attribute.
 void setFilename(DataRefOrLiteral value)
          Sets the value of the 'Filename' 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 setRrn(boolean value)
          Sets the value of the 'Rrn' attribute.
 void setSysId(DataRefOrLiteral value)
          Sets the value of the 'Sys Id' containment reference.
 void setTokenOrRidfldClause(CicsDeleteTokenOrRidfldClause value)
          Sets the value of the 'Token Or Ridfld 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.getCicsDeleteStmt_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()

getTokenOrRidfldClause

CicsDeleteTokenOrRidfldClause getTokenOrRidfldClause()
Returns the value of the 'Token Or Ridfld Clause' containment reference.

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

Returns:
the value of the 'Token Or Ridfld Clause' containment reference.
See Also:
setTokenOrRidfldClause(CicsDeleteTokenOrRidfldClause), COBOLPackage.getCicsDeleteStmt_TokenOrRidfldClause()

setTokenOrRidfldClause

void setTokenOrRidfldClause(CicsDeleteTokenOrRidfldClause value)
Sets the value of the 'Token Or Ridfld Clause' containment reference.

Parameters:
value - the new value of the 'Token Or Ridfld Clause' containment reference.
See Also:
getTokenOrRidfldClause()

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

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

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