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

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

public interface CicsDumpTransactionSegmentListClause
extends ASTNode

A representation of the model object 'Cics Dump Transaction Segment List Clause'.

The following features are supported:

See Also:
COBOLPackage.getCicsDumpTransactionSegmentListClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRef getLengthList()
          Returns the value of the 'Length List' containment reference.
 DataRef getNumSegments()
          Returns the value of the 'Num Segments' containment reference.
 DataRef getSegmentList()
          Returns the value of the 'Segment List' containment reference.
 void setLengthList(DataRef value)
          Sets the value of the 'Length List' containment reference.
 void setNumSegments(DataRef value)
          Sets the value of the 'Num Segments' containment reference.
 void setSegmentList(DataRef value)
          Sets the value of the 'Segment List' 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

getSegmentList

DataRef getSegmentList()
Returns the value of the 'Segment List' containment reference.

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

Returns:
the value of the 'Segment List' containment reference.
See Also:
setSegmentList(DataRef), COBOLPackage.getCicsDumpTransactionSegmentListClause_SegmentList()

setSegmentList

void setSegmentList(DataRef value)
Sets the value of the 'Segment List' containment reference.

Parameters:
value - the new value of the 'Segment List' containment reference.
See Also:
getSegmentList()

getLengthList

DataRef getLengthList()
Returns the value of the 'Length List' containment reference.

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

Returns:
the value of the 'Length List' containment reference.
See Also:
setLengthList(DataRef), COBOLPackage.getCicsDumpTransactionSegmentListClause_LengthList()

setLengthList

void setLengthList(DataRef value)
Sets the value of the 'Length List' containment reference.

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

getNumSegments

DataRef getNumSegments()
Returns the value of the 'Num Segments' containment reference.

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

Returns:
the value of the 'Num Segments' containment reference.
See Also:
setNumSegments(DataRef), COBOLPackage.getCicsDumpTransactionSegmentListClause_NumSegments()

setNumSegments

void setNumSegments(DataRef value)
Sets the value of the 'Num Segments' containment reference.

Parameters:
value - the new value of the 'Num Segments' containment reference.
See Also:
getNumSegments()