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

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

public interface CicsAddressStmt
extends CicsStmt

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

The following features are supported:

See Also:
COBOLPackage.getCicsAddressStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRef getAcee()
          Returns the value of the 'Acee' containment reference.
 DataRef getCommArea()
          Returns the value of the 'Comm Area' containment reference.
 DataRef getCwa()
          Returns the value of the 'Cwa' containment reference.
 DataRef getEib()
          Returns the value of the 'Eib' containment reference.
 DataRef getTctua()
          Returns the value of the 'Tctua' containment reference.
 DataRef getTwa()
          Returns the value of the 'Twa' containment reference.
 void setAcee(DataRef value)
          Sets the value of the 'Acee' containment reference.
 void setCommArea(DataRef value)
          Sets the value of the 'Comm Area' containment reference.
 void setCwa(DataRef value)
          Sets the value of the 'Cwa' containment reference.
 void setEib(DataRef value)
          Sets the value of the 'Eib' containment reference.
 void setTctua(DataRef value)
          Sets the value of the 'Tctua' containment reference.
 void setTwa(DataRef value)
          Sets the value of the 'Twa' 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

getAcee

DataRef getAcee()
Returns the value of the 'Acee' containment reference.

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

Returns:
the value of the 'Acee' containment reference.
See Also:
setAcee(DataRef), COBOLPackage.getCicsAddressStmt_Acee()

setAcee

void setAcee(DataRef value)
Sets the value of the 'Acee' containment reference.

Parameters:
value - the new value of the 'Acee' containment reference.
See Also:
getAcee()

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

getCwa

DataRef getCwa()
Returns the value of the 'Cwa' containment reference.

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

Returns:
the value of the 'Cwa' containment reference.
See Also:
setCwa(DataRef), COBOLPackage.getCicsAddressStmt_Cwa()

setCwa

void setCwa(DataRef value)
Sets the value of the 'Cwa' containment reference.

Parameters:
value - the new value of the 'Cwa' containment reference.
See Also:
getCwa()

getEib

DataRef getEib()
Returns the value of the 'Eib' containment reference.

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

Returns:
the value of the 'Eib' containment reference.
See Also:
setEib(DataRef), COBOLPackage.getCicsAddressStmt_Eib()

setEib

void setEib(DataRef value)
Sets the value of the 'Eib' containment reference.

Parameters:
value - the new value of the 'Eib' containment reference.
See Also:
getEib()

getTctua

DataRef getTctua()
Returns the value of the 'Tctua' containment reference.

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

Returns:
the value of the 'Tctua' containment reference.
See Also:
setTctua(DataRef), COBOLPackage.getCicsAddressStmt_Tctua()

setTctua

void setTctua(DataRef value)
Sets the value of the 'Tctua' containment reference.

Parameters:
value - the new value of the 'Tctua' containment reference.
See Also:
getTctua()

getTwa

DataRef getTwa()
Returns the value of the 'Twa' containment reference.

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

Returns:
the value of the 'Twa' containment reference.
See Also:
setTwa(DataRef), COBOLPackage.getCicsAddressStmt_Twa()

setTwa

void setTwa(DataRef value)
Sets the value of the 'Twa' containment reference.

Parameters:
value - the new value of the 'Twa' containment reference.
See Also:
getTwa()