BuildingPhysicsCatalog.java 5.14 KB
Newer Older
1
2
3
4
/**
 */
package de.hftstuttgart.buildingphysics;

5
import org.eclipse.emf.common.util.EList;
6
7
8
9
10
11
12
13
14
15
16
import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Catalog</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
17
18
19
20
21
22
 *   <li>{@link de.hftstuttgart.buildingphysics.BuildingPhysicsCatalog#getWindows <em>Windows</em>}</li>
 *   <li>{@link de.hftstuttgart.buildingphysics.BuildingPhysicsCatalog#getName <em>Name</em>}</li>
 *   <li>{@link de.hftstuttgart.buildingphysics.BuildingPhysicsCatalog#getDescription <em>Description</em>}</li>
 *   <li>{@link de.hftstuttgart.buildingphysics.BuildingPhysicsCatalog#getSource <em>Source</em>}</li>
 *   <li>{@link de.hftstuttgart.buildingphysics.BuildingPhysicsCatalog#getMaterialCategories <em>Material Categories</em>}</li>
 *   <li>{@link de.hftstuttgart.buildingphysics.BuildingPhysicsCatalog#getConstructionCategories <em>Construction Categories</em>}</li>
23
24
25
26
27
28
29
30
 * </ul>
 *
 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getBuildingPhysicsCatalog()
 * @model
 * @generated
 */
public interface BuildingPhysicsCatalog extends EObject {
	/**
31
	 * Returns the value of the '<em><b>Windows</b></em>' containment reference.
32
33
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
	 * @return the value of the '<em>Windows</em>' containment reference.
	 * @see #setWindows(WindowCategory)
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getBuildingPhysicsCatalog_Windows()
	 * @model containment="true" required="true"
	 * @generated
	 */
	WindowCategory getWindows();

	/**
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.BuildingPhysicsCatalog#getWindows <em>Windows</em>}' containment reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Windows</em>' containment reference.
	 * @see #getWindows()
	 * @generated
	 */
	void setWindows(WindowCategory value);

	/**
	 * Returns the value of the '<em><b>Name</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Name</em>' attribute.
	 * @see #setName(String)
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getBuildingPhysicsCatalog_Name()
59
60
61
	 * @model required="true"
	 * @generated
	 */
62
	String getName();
63
64

	/**
65
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.BuildingPhysicsCatalog#getName <em>Name</em>}' attribute.
66
67
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
68
69
	 * @param value the new value of the '<em>Name</em>' attribute.
	 * @see #getName()
70
71
	 * @generated
	 */
72
	void setName(String value);
73
74

	/**
75
	 * Returns the value of the '<em><b>Description</b></em>' attribute.
76
77
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
78
79
80
81
	 * @return the value of the '<em>Description</em>' attribute.
	 * @see #setDescription(String)
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getBuildingPhysicsCatalog_Description()
	 * @model
82
83
	 * @generated
	 */
84
	String getDescription();
85
86

	/**
87
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.BuildingPhysicsCatalog#getDescription <em>Description</em>}' attribute.
88
89
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
90
91
	 * @param value the new value of the '<em>Description</em>' attribute.
	 * @see #getDescription()
92
93
	 * @generated
	 */
94
	void setDescription(String value);
95
96

	/**
97
	 * Returns the value of the '<em><b>Source</b></em>' attribute.
98
99
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
	 * @return the value of the '<em>Source</em>' attribute.
	 * @see #setSource(String)
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getBuildingPhysicsCatalog_Source()
	 * @model
	 * @generated
	 */
	String getSource();

	/**
	 * Sets the value of the '{@link de.hftstuttgart.buildingphysics.BuildingPhysicsCatalog#getSource <em>Source</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Source</em>' attribute.
	 * @see #getSource()
	 * @generated
	 */
	void setSource(String value);

	/**
	 * Returns the value of the '<em><b>Construction Categories</b></em>' containment reference list.
	 * The list contents are of type {@link de.hftstuttgart.buildingphysics.ConstructionCategory}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Construction Categories</em>' containment reference list.
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getBuildingPhysicsCatalog_ConstructionCategories()
	 * @model containment="true"
126
127
	 * @generated
	 */
128
	EList<ConstructionCategory> getConstructionCategories();
129
130

	/**
131
132
	 * Returns the value of the '<em><b>Material Categories</b></em>' containment reference list.
	 * The list contents are of type {@link de.hftstuttgart.buildingphysics.MaterialCategory}.
133
134
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
135
136
137
	 * @return the value of the '<em>Material Categories</em>' containment reference list.
	 * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getBuildingPhysicsCatalog_MaterialCategories()
	 * @model containment="true"
138
139
	 * @generated
	 */
140
	EList<MaterialCategory> getMaterialCategories();
141
142

} // BuildingPhysicsCatalog