KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > enhydra > dods > editor > Doml > DomlType


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

7 package org.enhydra.dods.editor.Doml;
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>Type</b></em>'.
16  * <!-- end-user-doc -->
17  *
18  * <p>
19  * The following features are supported:
20  * <ul>
21  * <li>{@link org.enhydra.dods.editor.Doml.DomlType#getDatabase <em>Database</em>}</li>
22  * </ul>
23  * </p>
24  *
25  * @see org.enhydra.dods.editor.Doml.DomlPackage#getDomlType()
26  * @model
27  * @generated
28  */

29 public interface DomlType extends EObject {
30     /**
31      * Returns the value of the '<em><b>Database</b></em>' containment reference list.
32      * The list contents are of type {@link org.enhydra.dods.editor.Doml.DatabaseType}.
33      * <!-- begin-user-doc -->
34      * <p>
35      * If the meaning of the '<em>Database</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>Database</em>' containment reference list.
40      * @see org.enhydra.dods.editor.Doml.DomlPackage#getDomlType_Database()
41      * @model type="org.enhydra.dods.editor.Doml.DatabaseType" containment="true" resolveProxies="false"
42      * @generated
43      */

44     EList getDatabase();
45
46 } // DomlType
47
Popular Tags