| Modifier and Type | Interface and Description |
|---|---|
interface |
ImplicitDataRef
A representation of a reference to a data item that is implicitly declared.
|
interface |
Literal
A representation of a literal.
|
interface |
SimpleRef
A representation of the use of a data item in a COBOL program.
|
interface |
TableRef
A representation of a reference to a table data item.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleRefOrLiteral |
LinageClause.getFooting()
Returns the value of the 'Footing' containment reference.
|
SimpleRefOrLiteral |
FileDescriptionEntry.getLinage()
Deprecated.
Use
getLinageClause() instead.
|
SimpleRefOrLiteral |
LinageClause.getLinesAtBottom()
Returns the value of the 'Lines At Bottom' containment reference.
|
SimpleRefOrLiteral |
LinageClause.getLinesAtTop()
Returns the value of the 'Lines At Top' containment reference.
|
SimpleRefOrLiteral |
LinageClause.getNumberOfLines()
Returns the value of the 'Number Of Lines' containment reference.
|
SimpleRefOrLiteral |
SequentialFileControlEntry.getPaddingCharacter()
Returns the value of the 'Padding Character' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinageClause.setFooting(SimpleRefOrLiteral value)
Sets the value of the '
Footing' containment reference. |
void |
FileDescriptionEntry.setLinage(SimpleRefOrLiteral value)
Sets the value of the '
Linage' containment reference. |
void |
LinageClause.setLinesAtBottom(SimpleRefOrLiteral value)
Sets the value of the '
Lines At Bottom' containment reference. |
void |
LinageClause.setLinesAtTop(SimpleRefOrLiteral value)
Sets the value of the '
Lines At Top' containment reference. |
void |
LinageClause.setNumberOfLines(SimpleRefOrLiteral value)
Sets the value of the '
Number Of Lines' containment reference. |
void |
SequentialFileControlEntry.setPaddingCharacter(SimpleRefOrLiteral value)
Sets the value of the '
Padding Character' containment reference. |