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

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface LinageClause
extends ASTNode

A representation of the LINAGE clause in a file description entry.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getNumberOfLines

SimpleRefOrLiteral getNumberOfLines()
Returns the value of the 'Number Of Lines' containment reference.

Returns:
the value of the 'Number Of Lines' containment reference.
See Also:
setNumberOfLines(SimpleRefOrLiteral), COBOLPackage.getLinageClause_NumberOfLines()

setNumberOfLines

void setNumberOfLines(SimpleRefOrLiteral value)
Sets the value of the 'Number Of Lines' containment reference.

Parameters:
value - the new value of the 'Number Of Lines' containment reference.
See Also:
getNumberOfLines()

getFooting

SimpleRefOrLiteral getFooting()
Returns the value of the 'Footing' containment reference.

The value is the data item or literal specified in the FOOTING phrase. If that phrase is not used, the value is null.

Returns:
the value of the 'Footing' containment reference.
See Also:
setFooting(SimpleRefOrLiteral), COBOLPackage.getLinageClause_Footing()

setFooting

void setFooting(SimpleRefOrLiteral value)
Sets the value of the 'Footing' containment reference.

Parameters:
value - the new value of the 'Footing' containment reference.
See Also:
getFooting()

getLinesAtTop

SimpleRefOrLiteral getLinesAtTop()
Returns the value of the 'Lines At Top' containment reference.

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.

Returns:
the value of the 'Lines At Top' containment reference.
See Also:
setLinesAtTop(SimpleRefOrLiteral), COBOLPackage.getLinageClause_LinesAtTop()

setLinesAtTop

void setLinesAtTop(SimpleRefOrLiteral value)
Sets the value of the 'Lines At Top' containment reference.

Parameters:
value - the new value of the 'Lines At Top' containment reference.
See Also:
getLinesAtTop()

getLinesAtBottom

SimpleRefOrLiteral getLinesAtBottom()
Returns the value of the 'Lines At Bottom' containment reference.

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.

Returns:
the value of the 'Lines At Bottom' containment reference.
See Also:
setLinesAtBottom(SimpleRefOrLiteral), COBOLPackage.getLinageClause_LinesAtBottom()

setLinesAtBottom

void setLinesAtBottom(SimpleRefOrLiteral value)
Sets the value of the 'Lines At Bottom' containment reference.

Parameters:
value - the new value of the 'Lines At Bottom' containment reference.
See Also:
getLinesAtBottom()