|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LinageClause
A representation of the LINAGE clause in a file description entry.
The following features are supported:
COBOLPackage.getLinageClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| 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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||