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

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

public interface CicsCommunicationAreaClause
extends ASTNode

A representation of the model object 'Cics Communication Area Clause'.

The following features are supported:

See Also:
COBOLPackage.getCicsCommunicationAreaClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRef getCommArea()
          Returns the value of the 'Comm Area' containment reference.
 DataRefOrLiteral getDataLength()
          Returns the value of the 'Data Length' containment reference.
 DataRefOrLiteral getLength()
          Returns the value of the 'Length' containment reference.
 void setCommArea(DataRef value)
          Sets the value of the 'Comm Area' containment reference.
 void setDataLength(DataRefOrLiteral value)
          Sets the value of the 'Data Length' containment reference.
 void setLength(DataRefOrLiteral value)
          Sets the value of the 'Length' 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

getCommArea

DataRef getCommArea()
Returns the value of the 'Comm Area' containment reference.

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

Returns:
the value of the 'Comm Area' containment reference.
See Also:
setCommArea(DataRef), COBOLPackage.getCicsCommunicationAreaClause_CommArea()

setCommArea

void setCommArea(DataRef value)
Sets the value of the 'Comm Area' containment reference.

Parameters:
value - the new value of the 'Comm Area' containment reference.
See Also:
getCommArea()

getLength

DataRefOrLiteral 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(DataRefOrLiteral), COBOLPackage.getCicsCommunicationAreaClause_Length()

setLength

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

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

getDataLength

DataRefOrLiteral getDataLength()
Returns the value of the 'Data Length' containment reference.

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

Returns:
the value of the 'Data Length' containment reference.
See Also:
setDataLength(DataRefOrLiteral), COBOLPackage.getCicsCommunicationAreaClause_DataLength()

setDataLength

void setDataLength(DataRefOrLiteral value)
Sets the value of the 'Data Length' containment reference.

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