blob: 9f5835354fc38185b93cda6452e5bd39969fc957 [file] [log] [blame]
/**
*
* Copyright (c) 2009 Hatha Systems.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Nikolai Mansourov (Hatha Systems) - initial API and implementation
* Gabriel Barbier (Mia-Software) - minor evolutions for version 1.1
*
* $Id$
*/
package org.eclipse.gmt.modisco.omg.kdm.code;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Interface Unit</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.gmt.modisco.omg.kdm.code.InterfaceUnit#getCodeElement <em>Code Element</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.gmt.modisco.omg.kdm.code.CodePackage#getInterfaceUnit()
* @model
* @generated
*/
public interface InterfaceUnit extends Datatype {
/**
* Returns the value of the '<em><b>Code Element</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.gmt.modisco.omg.kdm.code.CodeItem}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Code Element</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>Code Element</em>' containment reference list.
* @see org.eclipse.gmt.modisco.omg.kdm.code.CodePackage#getInterfaceUnit_CodeElement()
* @model containment="true"
* @generated
*/
EList<CodeItem> getCodeElement();
} // InterfaceUnit