public interface CicsDumpTransactionSegmentListClause extends ASTNode
The following features are supported:
COBOLPackage.getCicsDumpTransactionSegmentListClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getLengthList()
Returns the value of the 'Length List' containment reference.
|
DataRefOrLiteral |
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(DataRefOrLiteral value)
Sets the value of the '
Num Segments' containment reference. |
void |
setSegmentList(DataRef value)
Sets the value of the '
Segment List' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getSegmentList()
The value is a representation of the data area specified in the SEGMENTLIST option.
setSegmentList(DataRef),
COBOLPackage.getCicsDumpTransactionSegmentListClause_SegmentList()void setSegmentList(DataRef value)
Segment List' containment reference.
value - the new value of the 'Segment List' containment reference.getSegmentList()DataRef getLengthList()
The value is a representation of the data area specified in the LENGTHLIST option.
setLengthList(DataRef),
COBOLPackage.getCicsDumpTransactionSegmentListClause_LengthList()void setLengthList(DataRef value)
Length List' containment reference.
value - the new value of the 'Length List' containment reference.getLengthList()DataRefOrLiteral getNumSegments()
The value is a representation of the data value specified in the NUMSEGMENTS option.
setNumSegments(DataRefOrLiteral),
COBOLPackage.getCicsDumpTransactionSegmentListClause_NumSegments()void setNumSegments(DataRefOrLiteral value)
Num Segments' containment reference.
value - the new value of the 'Num Segments' containment reference.getNumSegments()