com.ibm.etools.cobol.application.model.cobol

Interface FileSection

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


    public interface FileSection
    extends ASTNode
    A representation of the file section in the data division.

    The following features are supported:

    See Also:
    COBOLPackage.getFileSection()
    • Method Detail

      • getFileDescriptionEntries

        java.util.List getFileDescriptionEntries()
        Returns the value of the 'File Description Entries' containment reference list. The list contents are of type FileDescriptionEntry.

        Returns:
        the value of the 'File Description Entries' containment reference list.
        See Also:
        COBOLPackage.getFileSection_FileDescriptionEntries()