KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > Olj > ConstantColumnsType


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>Constant Columns Type</b></em>'.
16  * <!-- end-user-doc -->
17  *
18  * <p>
19  * The following features are supported:
20  * <ul>
21  * <li>{@link Olj.ConstantColumnsType#getConstantColumn <em>Constant Column</em>}</li>
22  * </ul>
23  * </p>
24  *
25  * @see Olj.OljPackage#getConstantColumnsType()
26  * @model
27  * @generated
28  */

29 public interface ConstantColumnsType extends EObject {
30     /**
31      * Returns the value of the '<em><b>Constant Column</b></em>' containment reference list.
32      * The list contents are of type {@link Olj.ConstantColumnType}.
33      * <!-- begin-user-doc -->
34      * <p>
35      * If the meaning of the '<em>Constant 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>Constant Column</em>' containment reference list.
40      * @see Olj.OljPackage#getConstantColumnsType_ConstantColumn()
41      * @model type="Olj.ConstantColumnType" containment="true" resolveProxies="false" required="true"
42      * @generated
43      */

44     EList getConstantColumn();
45
46 } // ConstantColumnsType
47
Popular Tags