org.eclipse.xtext.CompoundElement Maven / Gradle / Ivy
/**
*
*
*
* $Id: CompoundElement.java,v 1.1 2010/04/06 14:10:16 sefftinge Exp $
*/
package org.eclipse.xtext;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Compound Element'.
*
*
*
* The following features are supported:
*
* - {@link org.eclipse.xtext.CompoundElement#getElements Elements}
*
*
*
* @see org.eclipse.xtext.XtextPackage#getCompoundElement()
* @model
* @generated
*/
public interface CompoundElement extends AbstractElement {
/**
* Returns the value of the 'Elements' containment reference list.
* The list contents are of type {@link org.eclipse.xtext.AbstractElement}.
*
*
* If the meaning of the 'Elements' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Elements' containment reference list.
* @see org.eclipse.xtext.XtextPackage#getCompoundElement_Elements()
* @model containment="true"
* @generated
*/
EList getElements();
} // CompoundElement
© 2015 - 2025 Weber Informatics LLC | Privacy Policy