blob: 506aa9575406454b562354510db0c17bdfaa65a5 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2008 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
* *******************************************************************************
*
* $Id$
*/
package org.eclipse.gmt.modisco.omg.kdm.data;
import org.eclipse.emf.common.util.EList;
import org.eclipse.gmt.modisco.omg.kdm.code.ItemUnit;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Column Set</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.gmt.modisco.omg.kdm.data.ColumnSet#getItemUnit <em>Item Unit</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.gmt.modisco.omg.kdm.data.DataPackage#getColumnSet()
* @model
* @generated
*/
public interface ColumnSet extends DataContainer {
/**
* Returns the value of the '<em><b>Item Unit</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.gmt.modisco.omg.kdm.code.ItemUnit}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Item Unit</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>Item Unit</em>' containment reference list.
* @see org.eclipse.gmt.modisco.omg.kdm.data.DataPackage#getColumnSet_ItemUnit()
* @model containment="true"
* @generated
*/
EList<ItemUnit> getItemUnit();
} // ColumnSet