/** * generated by Xtext 2.26.0 */ package com.minres.rdl.rdl; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Enum Body'. * * *

* The following features are supported: *

* * * @see com.minres.rdl.rdl.RdlPackage#getEnumBody() * @model * @generated */ public interface EnumBody extends EObject { /** * Returns the value of the 'Entries' containment reference list. * The list contents are of type {@link com.minres.rdl.rdl.EnumEntry}. * * * @return the value of the 'Entries' containment reference list. * @see com.minres.rdl.rdl.RdlPackage#getEnumBody_Entries() * @model containment="true" * @generated */ EList getEntries(); } // EnumBody