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

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

public interface CicsDeleteRidfldClause
extends CicsDeleteTokenOrRidfldClause

A representation of the model object 'Cics Delete Ridfld Clause'.

The following features are supported:

See Also:
COBOLPackage.getCicsDeleteRidfldClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 CicsDeleteKeyLengthClause getKeyLengthClause()
          Returns the value of the 'Key Length Clause' containment reference.
 DataRef getRidfld()
          Returns the value of the 'Ridfld' containment reference.
 void setKeyLengthClause(CicsDeleteKeyLengthClause value)
          Sets the value of the 'Key Length Clause' containment reference.
 void setRidfld(DataRef value)
          Sets the value of the 'Ridfld' containment reference.
 
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

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.getCicsDeleteRidfldClause_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

CicsDeleteKeyLengthClause 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(CicsDeleteKeyLengthClause), COBOLPackage.getCicsDeleteRidfldClause_KeyLengthClause()

setKeyLengthClause

void setKeyLengthClause(CicsDeleteKeyLengthClause 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()