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

Interface DataRecordClause

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


    public interface DataRecordClause
    extends ASTNode
    A representation of a DATA RECORD clause in a file description entry.

    The following features are supported:

    See Also:
    COBOLPackage.getDataRecordClause()
    • Method Detail

      • getDataItems

        java.util.List getDataItems()
        Returns the value of the 'Data Items' containment reference list. The list contents are of type DataRef.

        The list contains references to the data items in the clause.

        Returns:
        the value of the 'Data Items' containment reference list.
        See Also:
        COBOLPackage.getDataRecordClause_DataItems()