/** * MSPDI is copyright Microsoft, Inc. * Implementation wrapper in ecore done by Kestrel Technology LLC */ package net.certware.planning.mspdi; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Outline Codes Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.certware.planning.mspdi.OutlineCodesType#getOutlineCode <em>Outline Code</em>}</li> * </ul> * </p> * * @see net.certware.planning.mspdi.MspdiPackage#getOutlineCodesType() * @model extendedMetaData="name='OutlineCodes_._type' kind='elementOnly'" * @generated */ public interface OutlineCodesType extends EObject { /** * Returns the value of the '<em><b>Outline Code</b></em>' containment reference list. * The list contents are of type {@link net.certware.planning.mspdi.OutlineCodeType2}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * The specific outline code definition. * <!-- end-model-doc --> * @return the value of the '<em>Outline Code</em>' containment reference list. * @see net.certware.planning.mspdi.MspdiPackage#getOutlineCodesType_OutlineCode() * @model containment="true" * extendedMetaData="kind='element' name='OutlineCode' namespace='##targetNamespace'" * @generated */ EList<OutlineCodeType2> getOutlineCode(); } // OutlineCodesType