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

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

public interface CicsSetClause
extends CicsIntoOrSetClause

A representation of the model object 'Cics Set Clause'.

The following features are supported:

See Also:
COBOLPackage.getCicsSetClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRef getPointerReference()
          Returns the value of the 'Pointer Reference' containment reference.
 void setPointerReference(DataRef value)
          Sets the value of the 'Pointer Reference' 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

getPointerReference

DataRef getPointerReference()
Returns the value of the 'Pointer Reference' containment reference.

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

Returns:
the value of the 'Pointer Reference' containment reference.
See Also:
setPointerReference(DataRef), COBOLPackage.getCicsSetClause_PointerReference()

setPointerReference

void setPointerReference(DataRef value)
Sets the value of the 'Pointer Reference' containment reference.

Parameters:
value - the new value of the 'Pointer Reference' containment reference.
See Also:
getPointerReference()