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

Interface NameClause

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


    public interface NameClause
    extends ASTNode
    A representation of the NAME clause in an XML GENERATE statement.

    The following features are supported:

    See Also:
    COBOLPackage.getNameClause()
    • Method Detail

      • getNames

        java.util.List getNames()
        Returns the value of the 'Names' containment reference list. The list contents are of type XMLName.

        The items in the list are representations of the XML names specified in the NAME clause.

        Returns:
        the value of the 'Names' containment reference list.
        See Also:
        COBOLPackage.getNameClause_Names()