blob: 0fe6cb62233d23c467332bba3aa0828d23652175 [file] [log] [blame]
/**
* generated by Xtext
*/
package org.eclipse.handly.examples.basic.foo;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Unit</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.handly.examples.basic.foo.Unit#getVars <em>Vars</em>}</li>
* <li>{@link org.eclipse.handly.examples.basic.foo.Unit#getDefs <em>Defs</em>}</li>
* </ul>
*
* @see org.eclipse.handly.examples.basic.foo.FooPackage#getUnit()
* @model
* @generated
*/
public interface Unit extends EObject
{
/**
* Returns the value of the '<em><b>Vars</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.handly.examples.basic.foo.Var}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Vars</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Vars</em>' containment reference list.
* @see org.eclipse.handly.examples.basic.foo.FooPackage#getUnit_Vars()
* @model containment="true"
* @generated
*/
EList<Var> getVars();
/**
* Returns the value of the '<em><b>Defs</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.handly.examples.basic.foo.Def}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Defs</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Defs</em>' containment reference list.
* @see org.eclipse.handly.examples.basic.foo.FooPackage#getUnit_Defs()
* @model containment="true"
* @generated
*/
EList<Def> getDefs();
} // Unit