1 | <?php |
||
15 | class TTypeTestExpressionType extends IsOK |
||
16 | { |
||
17 | use TFacetAttributesTrait, TWrappedFunctionReturnTypeTrait; |
||
18 | /** |
||
19 | * @property string $type |
||
20 | */ |
||
21 | private $type = null; |
||
22 | |||
23 | /** |
||
24 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edm\TOperandType[] $operand |
||
25 | */ |
||
26 | private $operand = []; |
||
27 | |||
28 | /** |
||
29 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edm\TCollectionTypeType[] $collectionType |
||
30 | */ |
||
31 | private $collectionType = []; |
||
32 | |||
33 | /** |
||
34 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edm\TReferenceTypeType[] $referenceType |
||
35 | */ |
||
36 | private $referenceType = []; |
||
37 | |||
38 | /** |
||
39 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edm\TPropertyType[] $rowType |
||
40 | */ |
||
41 | private $rowType = []; |
||
42 | |||
43 | /** |
||
44 | * Gets as type |
||
45 | * |
||
46 | * @return string |
||
47 | */ |
||
48 | public function getType() |
||
52 | |||
53 | /** |
||
54 | * Sets a new type |
||
55 | * |
||
56 | * @param string $type |
||
57 | * @return self |
||
58 | */ |
||
59 | public function setType($type) |
||
64 | |||
65 | /** |
||
66 | * Adds as operand |
||
67 | * |
||
68 | * @return self |
||
69 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TOperandType $operand |
||
70 | */ |
||
71 | public function addToOperand(TOperandType $operand) |
||
76 | |||
77 | /** |
||
78 | * isset operand |
||
79 | * |
||
80 | * @param scalar $index |
||
81 | * @return boolean |
||
82 | */ |
||
83 | public function issetOperand($index) |
||
87 | |||
88 | /** |
||
89 | * unset operand |
||
90 | * |
||
91 | * @param scalar $index |
||
92 | * @return void |
||
93 | */ |
||
94 | public function unsetOperand($index) |
||
98 | |||
99 | /** |
||
100 | * Gets as operand |
||
101 | * |
||
102 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TOperandType[] |
||
103 | */ |
||
104 | public function getOperand() |
||
108 | |||
109 | /** |
||
110 | * Sets a new operand |
||
111 | * |
||
112 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TOperandType[] $operand |
||
113 | * @return self |
||
114 | */ |
||
115 | public function setOperand(array $operand) |
||
120 | |||
121 | /** |
||
122 | * Adds as collectionType |
||
123 | * |
||
124 | * @return self |
||
125 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TCollectionTypeType $collectionType |
||
126 | */ |
||
127 | public function addToCollectionType(TCollectionTypeType $collectionType) |
||
132 | |||
133 | /** |
||
134 | * isset collectionType |
||
135 | * |
||
136 | * @param scalar $index |
||
137 | * @return boolean |
||
138 | */ |
||
139 | public function issetCollectionType($index) |
||
143 | |||
144 | /** |
||
145 | * unset collectionType |
||
146 | * |
||
147 | * @param scalar $index |
||
148 | * @return void |
||
149 | */ |
||
150 | public function unsetCollectionType($index) |
||
154 | |||
155 | /** |
||
156 | * Gets as collectionType |
||
157 | * |
||
158 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TCollectionTypeType[] |
||
159 | */ |
||
160 | public function getCollectionType() |
||
164 | |||
165 | /** |
||
166 | * Sets a new collectionType |
||
167 | * |
||
168 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TCollectionTypeType[] $collectionType |
||
169 | * @return self |
||
170 | */ |
||
171 | public function setCollectionType(array $collectionType) |
||
176 | |||
177 | /** |
||
178 | * Adds as referenceType |
||
179 | * |
||
180 | * @return self |
||
181 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TReferenceTypeType $referenceType |
||
182 | */ |
||
183 | public function addToReferenceType(TReferenceTypeType $referenceType) |
||
188 | |||
189 | /** |
||
190 | * isset referenceType |
||
191 | * |
||
192 | * @param scalar $index |
||
193 | * @return boolean |
||
194 | */ |
||
195 | public function issetReferenceType($index) |
||
199 | |||
200 | /** |
||
201 | * unset referenceType |
||
202 | * |
||
203 | * @param scalar $index |
||
204 | * @return void |
||
205 | */ |
||
206 | public function unsetReferenceType($index) |
||
210 | |||
211 | /** |
||
212 | * Gets as referenceType |
||
213 | * |
||
214 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TReferenceTypeType[] |
||
215 | */ |
||
216 | public function getReferenceType() |
||
220 | |||
221 | /** |
||
222 | * Sets a new referenceType |
||
223 | * |
||
224 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TReferenceTypeType[] $referenceType |
||
225 | * @return self |
||
226 | */ |
||
227 | public function setReferenceType(array $referenceType) |
||
232 | |||
233 | /** |
||
234 | * Adds as property |
||
235 | * |
||
236 | * @return self |
||
237 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TPropertyType $property |
||
238 | */ |
||
239 | public function addToRowType(TPropertyType $property) |
||
244 | |||
245 | /** |
||
246 | * isset rowType |
||
247 | * |
||
248 | * @param scalar $index |
||
249 | * @return boolean |
||
250 | */ |
||
251 | public function issetRowType($index) |
||
255 | |||
256 | /** |
||
257 | * unset rowType |
||
258 | * |
||
259 | * @param scalar $index |
||
260 | * @return void |
||
261 | */ |
||
262 | public function unsetRowType($index) |
||
266 | |||
267 | /** |
||
268 | * Gets as rowType |
||
269 | * |
||
270 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TPropertyType[] |
||
271 | */ |
||
272 | public function getRowType() |
||
276 | |||
277 | /** |
||
278 | * Sets a new rowType |
||
279 | * |
||
280 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TPropertyType[] $rowType |
||
281 | * @return self |
||
282 | */ |
||
283 | public function setRowType(array $rowType) |
||
288 | |||
289 | public function isOK(&$msg = null) |
||
342 | } |
||
343 |