| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
SimpleRefOrLiteral |
getFooting()
Returns the value of the 'Footing' containment reference.
|
SimpleRefOrLiteral |
getLinesAtBottom()
Returns the value of the 'Lines At Bottom' containment reference.
|
SimpleRefOrLiteral |
getLinesAtTop()
Returns the value of the 'Lines At Top' containment reference.
|
SimpleRefOrLiteral |
getNumberOfLines()
Returns the value of the 'Number Of Lines' containment reference.
|
void |
setFooting(SimpleRefOrLiteral value)
Sets the value of the '
Footing' containment reference. |
void |
setLinesAtBottom(SimpleRefOrLiteral value)
Sets the value of the '
Lines At Bottom' containment reference. |
void |
setLinesAtTop(SimpleRefOrLiteral value)
Sets the value of the '
Lines At Top' containment reference. |
void |
setNumberOfLines(SimpleRefOrLiteral value)
Sets the value of the '
Number Of Lines' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
SimpleRefOrLiteral getNumberOfLines()
setNumberOfLines(SimpleRefOrLiteral),
COBOLPackage.getLinageClause_NumberOfLines()void setNumberOfLines(SimpleRefOrLiteral value)
Number Of Lines' containment reference.
value - the new value of the 'Number Of Lines' containment reference.getNumberOfLines()SimpleRefOrLiteral getFooting()
The value is the data item or literal specified in the FOOTING phrase. If that phrase is not used, the value is null.
setFooting(SimpleRefOrLiteral),
COBOLPackage.getLinageClause_Footing()void setFooting(SimpleRefOrLiteral value)
Footing' containment reference.
value - the new value of the 'Footing' containment reference.getFooting()SimpleRefOrLiteral getLinesAtTop()
The value is the data item or literal specified in the LINES AT TOP phrase. If that phrase is not used, the value is null.
setLinesAtTop(SimpleRefOrLiteral),
COBOLPackage.getLinageClause_LinesAtTop()void setLinesAtTop(SimpleRefOrLiteral value)
Lines At Top' containment reference.
value - the new value of the 'Lines At Top' containment reference.getLinesAtTop()SimpleRefOrLiteral getLinesAtBottom()
The value is the data item or literal specified in the LINES AT BOTTOM phrase. If that phrase is not used, the value is null.
setLinesAtBottom(SimpleRefOrLiteral),
COBOLPackage.getLinageClause_LinesAtBottom()void setLinesAtBottom(SimpleRefOrLiteral value)
Lines At Bottom' containment reference.
value - the new value of the 'Lines At Bottom' containment reference.getLinesAtBottom()