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()
    • 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()
      • 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()