/** * * * */ package org.eclipse.osee.ats.dsl.atsDsl; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Layout Def'. * * *

* The following features are supported: *

*

* * @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getLayoutDef() * @model * @generated */ public interface LayoutDef extends LayoutType { /** * Returns the value of the 'Layout Items' containment reference list. * The list contents are of type {@link org.eclipse.osee.ats.dsl.atsDsl.LayoutItem}. * *

* If the meaning of the 'Layout Items' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Layout Items' containment reference list. * @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getLayoutDef_LayoutItems() * @model containment="true" * @generated */ EList getLayoutItems(); } // LayoutDef