/** * * * */ package org.eclipse.osee.framework.core.dsl.oseeDsl; import org.eclipse.emf.common.util.EList; /** * A representation of the model object 'XOsee Enum Type'. *

* The following features are supported: *

*

* * @see org.eclipse.osee.framework.core.dsl.oseeDsl.OseeDslPackage#getXOseeEnumType() * @model * @generated */ public interface XOseeEnumType extends OseeType { /** * Returns the value of the 'Enum Entries' containment reference list. The list contents are of type * {@link org.eclipse.osee.framework.core.dsl.oseeDsl.XOseeEnumEntry}. *

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

* * * @return the value of the 'Enum Entries' containment reference list. * @see org.eclipse.osee.framework.core.dsl.oseeDsl.OseeDslPackage#getXOseeEnumType_EnumEntries() * @model containment="true" * @generated */ EList getEnumEntries(); } // XOseeEnumType