1 | <?php |
||
13 | class TDiagramType extends IsOK |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * @property string $name |
||
18 | */ |
||
19 | private $name = null; |
||
20 | |||
21 | /** |
||
22 | * @property string $diagramId |
||
23 | */ |
||
24 | private $diagramId = null; |
||
25 | |||
26 | /** |
||
27 | * @property integer $zoomLevel |
||
28 | */ |
||
29 | private $zoomLevel = null; |
||
30 | |||
31 | /** |
||
32 | * @property boolean $showGrid |
||
33 | */ |
||
34 | private $showGrid = null; |
||
35 | |||
36 | /** |
||
37 | * @property boolean $snapToGrid |
||
38 | */ |
||
39 | private $snapToGrid = null; |
||
40 | |||
41 | /** |
||
42 | * @property boolean $displayType |
||
43 | */ |
||
44 | private $displayType = null; |
||
45 | |||
46 | /** |
||
47 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edmx\TEntityTypeShapeType[] $entityTypeShape |
||
48 | */ |
||
49 | private $entityTypeShape = []; |
||
50 | |||
51 | /** |
||
52 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edmx\TAssociationConnectorType[] $associationConnector |
||
53 | */ |
||
54 | private $associationConnector = []; |
||
55 | |||
56 | /** |
||
57 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edmx\TInheritanceConnectorType[] $inheritanceConnector |
||
58 | */ |
||
59 | private $inheritanceConnector = []; |
||
60 | |||
61 | /** |
||
62 | * Gets as name |
||
63 | * |
||
64 | * @return string |
||
65 | */ |
||
66 | public function getName() |
||
70 | |||
71 | /** |
||
72 | * Sets a new name |
||
73 | * |
||
74 | * @param string $name |
||
75 | * @return self |
||
76 | */ |
||
77 | public function setName($name) |
||
82 | |||
83 | /** |
||
84 | * Gets as diagramId |
||
85 | * |
||
86 | * @return string |
||
87 | */ |
||
88 | public function getDiagramId() |
||
92 | |||
93 | /** |
||
94 | * Sets a new diagramId |
||
95 | * |
||
96 | * @param string $diagramId |
||
97 | * @return self |
||
98 | */ |
||
99 | public function setDiagramId($diagramId) |
||
104 | |||
105 | /** |
||
106 | * Gets as zoomLevel |
||
107 | * |
||
108 | * @return integer |
||
109 | */ |
||
110 | public function getZoomLevel() |
||
114 | |||
115 | /** |
||
116 | * Sets a new zoomLevel |
||
117 | * |
||
118 | * @param integer $zoomLevel |
||
119 | * @return self |
||
120 | */ |
||
121 | public function setZoomLevel($zoomLevel) |
||
126 | |||
127 | /** |
||
128 | * Gets as showGrid |
||
129 | * |
||
130 | * @return boolean |
||
131 | */ |
||
132 | public function getShowGrid() |
||
136 | |||
137 | /** |
||
138 | * Sets a new showGrid |
||
139 | * |
||
140 | * @param boolean $showGrid |
||
141 | * @return self |
||
142 | */ |
||
143 | public function setShowGrid($showGrid) |
||
148 | |||
149 | /** |
||
150 | * Gets as snapToGrid |
||
151 | * |
||
152 | * @return boolean |
||
153 | */ |
||
154 | public function getSnapToGrid() |
||
158 | |||
159 | /** |
||
160 | * Sets a new snapToGrid |
||
161 | * |
||
162 | * @param boolean $snapToGrid |
||
163 | * @return self |
||
164 | */ |
||
165 | public function setSnapToGrid($snapToGrid) |
||
170 | |||
171 | /** |
||
172 | * Gets as displayType |
||
173 | * |
||
174 | * @return boolean |
||
175 | */ |
||
176 | public function getDisplayType() |
||
180 | |||
181 | /** |
||
182 | * Sets a new displayType |
||
183 | * |
||
184 | * @param boolean $displayType |
||
185 | * @return self |
||
186 | */ |
||
187 | public function setDisplayType($displayType) |
||
192 | |||
193 | /** |
||
194 | * Adds as entityTypeShape |
||
195 | * |
||
196 | * @return self |
||
197 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edmx\TEntityTypeShapeType $entityTypeShape |
||
198 | */ |
||
199 | public function addToEntityTypeShape(TEntityTypeShapeType $entityTypeShape) |
||
204 | |||
205 | /** |
||
206 | * isset entityTypeShape |
||
207 | * |
||
208 | * @param scalar $index |
||
209 | * @return boolean |
||
210 | */ |
||
211 | public function issetEntityTypeShape($index) |
||
215 | |||
216 | /** |
||
217 | * unset entityTypeShape |
||
218 | * |
||
219 | * @param scalar $index |
||
220 | * @return void |
||
221 | */ |
||
222 | public function unsetEntityTypeShape($index) |
||
226 | |||
227 | /** |
||
228 | * Gets as entityTypeShape |
||
229 | * |
||
230 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edmx\TEntityTypeShapeType[] |
||
231 | */ |
||
232 | public function getEntityTypeShape() |
||
236 | |||
237 | /** |
||
238 | * Sets a new entityTypeShape |
||
239 | * |
||
240 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edmx\TEntityTypeShapeType[] $entityTypeShape |
||
241 | * @return self |
||
242 | */ |
||
243 | public function setEntityTypeShape(array $entityTypeShape) |
||
248 | |||
249 | /** |
||
250 | * Adds as associationConnector |
||
251 | * |
||
252 | * @return self |
||
253 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edmx\TAssociationConnectorType $associationConnector |
||
254 | */ |
||
255 | public function addToAssociationConnector(TAssociationConnectorType $associationConnector) |
||
260 | |||
261 | /** |
||
262 | * isset associationConnector |
||
263 | * |
||
264 | * @param scalar $index |
||
265 | * @return boolean |
||
266 | */ |
||
267 | public function issetAssociationConnector($index) |
||
271 | |||
272 | /** |
||
273 | * unset associationConnector |
||
274 | * |
||
275 | * @param scalar $index |
||
276 | * @return void |
||
277 | */ |
||
278 | public function unsetAssociationConnector($index) |
||
282 | |||
283 | /** |
||
284 | * Gets as associationConnector |
||
285 | * |
||
286 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edmx\TAssociationConnectorType[] |
||
287 | */ |
||
288 | public function getAssociationConnector() |
||
292 | |||
293 | /** |
||
294 | * Sets a new associationConnector |
||
295 | * |
||
296 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edmx\TAssociationConnectorType[] $associationConnector |
||
297 | * @return self |
||
298 | */ |
||
299 | public function setAssociationConnector(array $associationConnector) |
||
304 | |||
305 | /** |
||
306 | * Adds as inheritanceConnector |
||
307 | * |
||
308 | * @return self |
||
309 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edmx\TInheritanceConnectorType $inheritanceConnector |
||
310 | */ |
||
311 | public function addToInheritanceConnector(TInheritanceConnectorType $inheritanceConnector) |
||
316 | |||
317 | /** |
||
318 | * isset inheritanceConnector |
||
319 | * |
||
320 | * @param scalar $index |
||
321 | * @return boolean |
||
322 | */ |
||
323 | public function issetInheritanceConnector($index) |
||
327 | |||
328 | /** |
||
329 | * unset inheritanceConnector |
||
330 | * |
||
331 | * @param scalar $index |
||
332 | * @return void |
||
333 | */ |
||
334 | public function unsetInheritanceConnector($index) |
||
338 | |||
339 | /** |
||
340 | * Gets as inheritanceConnector |
||
341 | * |
||
342 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edmx\TInheritanceConnectorType[] |
||
343 | */ |
||
344 | public function getInheritanceConnector() |
||
348 | |||
349 | /** |
||
350 | * Sets a new inheritanceConnector |
||
351 | * |
||
352 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edmx\TInheritanceConnectorType[] $inheritanceConnector |
||
353 | * @return self |
||
354 | */ |
||
355 | public function setInheritanceConnector(array $inheritanceConnector) |
||
360 | |||
361 | public function isOK(&$msg = null) |
||
409 | } |
||
410 |