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

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

public interface CicsDeleteKeyLengthClause
extends ASTNode

A representation of the model object 'Cics Delete Key Length Clause'.

The following features are supported:

See Also:
COBOLPackage.getCicsDeleteKeyLengthClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getKeyLength()
          Returns the value of the 'Key Length' containment reference.
 DataRef getNumrec()
          Returns the value of the 'Numrec' containment reference.
 boolean isGeneric()
          Returns the value of the 'Generic' attribute.
 void setGeneric(boolean value)
          Sets the value of the 'Generic' attribute.
 void setKeyLength(DataRefOrLiteral value)
          Sets the value of the 'Key Length' containment reference.
 void setNumrec(DataRef value)
          Sets the value of the 'Numrec' 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

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

isGeneric

boolean isGeneric()
Returns the value of the 'Generic' attribute.

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

Returns:
the value of the 'Generic' attribute.
See Also:
setGeneric(boolean), COBOLPackage.getCicsDeleteKeyLengthClause_Generic()

setGeneric

void setGeneric(boolean value)
Sets the value of the 'Generic' attribute.

Parameters:
value - the new value of the 'Generic' attribute.
See Also:
isGeneric()

getNumrec

DataRef getNumrec()
Returns the value of the 'Numrec' containment reference.

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

Returns:
the value of the 'Numrec' containment reference.
See Also:
setNumrec(DataRef), COBOLPackage.getCicsDeleteKeyLengthClause_Numrec()

setNumrec

void setNumrec(DataRef value)
Sets the value of the 'Numrec' containment reference.

Parameters:
value - the new value of the 'Numrec' containment reference.
See Also:
getNumrec()