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

Interface TypeClause

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


    public interface TypeClause
    extends ASTNode
    A representation of the TYPE clause of an XML GENERATE statement.

    The following features are supported:

    See Also:
    COBOLPackage.getTypeClause()
    • Method Detail

      • getTypes

        java.util.List getTypes()
        Returns the value of the 'Types' containment reference list. The list contents are of type XMLType.

        The items in the list are representations of the XML types specified in the TYPE clause.

        Returns:
        the value of the 'Types' containment reference list.
        See Also:
        COBOLPackage.getTypeClause_Types()