KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > Olj > ValueColumnsType


1 /**
2  * <copyright>
3  * </copyright>
4  *
5  * $Id$
6  */

7 package Olj;
8
9 import org.eclipse.emf.common.util.EList;
10
11 import org.eclipse.emf.ecore.EObject;
12
13 /**
14  * <!-- begin-user-doc -->
15  * A representation of the model object '<em><b>Value Columns Type</b></em>'.
16  * <!-- end-user-doc -->
17  *
18  * <p>
19  * The following features are supported:
20  * <ul>
21  * <li>{@link Olj.ValueColumnsType#getValueColumn <em>Value Column</em>}</li>
22  * </ul>
23  * </p>
24  *
25  * @see Olj.OljPackage#getValueColumnsType()
26  * @model
27  * @generated
28  */

29 public interface ValueColumnsType extends EObject {
30     /**
31      * Returns the value of the '<em><b>Value Column</b></em>' containment reference list.
32      * The list contents are of type {@link Olj.ValueColumnType}.
33      * <!-- begin-user-doc -->
34      * <p>
35      * If the meaning of the '<em>Value Column</em>' containment reference list isn't clear,
36      * there really should be more of a description here...
37      * </p>
38      * <!-- end-user-doc -->
39      * @return the value of the '<em>Value Column</em>' containment reference list.
40      * @see Olj.OljPackage#getValueColumnsType_ValueColumn()
41      * @model type="Olj.ValueColumnType" containment="true" resolveProxies="false" required="true"
42      * @generated
43      */

44     EList getValueColumn();
45
46 } // ValueColumnsType
47
Popular Tags