1 | <?php |
||
15 | class TEntityPropertyType extends IsOK |
||
16 | { |
||
17 | use TCommonPropertyAttributesTrait, TGenerationPatternTrait { |
||
18 | TCommonPropertyAttributesTrait::normaliseString insteadof TGenerationPatternTrait; |
||
19 | TCommonPropertyAttributesTrait::preserveString insteadof TGenerationPatternTrait; |
||
20 | TCommonPropertyAttributesTrait::replaceString insteadof TGenerationPatternTrait; |
||
21 | TCommonPropertyAttributesTrait::collapseString insteadof TGenerationPatternTrait; |
||
22 | TCommonPropertyAttributesTrait::token insteadof TGenerationPatternTrait; |
||
23 | TCommonPropertyAttributesTrait::string insteadof TGenerationPatternTrait; |
||
24 | TCommonPropertyAttributesTrait::integer insteadof TGenerationPatternTrait; |
||
25 | TCommonPropertyAttributesTrait::nonNegativeInteger insteadof TGenerationPatternTrait; |
||
26 | TCommonPropertyAttributesTrait::decimal insteadof TGenerationPatternTrait; |
||
27 | TCommonPropertyAttributesTrait::double insteadof TGenerationPatternTrait; |
||
28 | TCommonPropertyAttributesTrait::dateTime insteadof TGenerationPatternTrait; |
||
29 | TCommonPropertyAttributesTrait::hexBinary insteadof TGenerationPatternTrait; |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * @property string $storeGeneratedPattern |
||
34 | */ |
||
35 | private $storeGeneratedPattern = null; |
||
36 | |||
37 | /** |
||
38 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edm\TDocumentationType[] $documentation |
||
39 | */ |
||
40 | private $documentation = []; |
||
41 | |||
42 | /** |
||
43 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edm\TValueAnnotationType[] $valueAnnotation |
||
44 | */ |
||
45 | private $valueAnnotation = []; |
||
46 | |||
47 | /** |
||
48 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edm\TTypeAnnotationType[] $typeAnnotation |
||
49 | */ |
||
50 | private $typeAnnotation = []; |
||
51 | |||
52 | /** |
||
53 | * Gets as storeGeneratedPattern |
||
54 | * |
||
55 | * @return string |
||
56 | */ |
||
57 | public function getStoreGeneratedPattern() |
||
61 | |||
62 | /** |
||
63 | * Sets a new storeGeneratedPattern |
||
64 | * |
||
65 | * @param string $storeGeneratedPattern |
||
66 | * @return self |
||
67 | */ |
||
68 | public function setStoreGeneratedPattern($storeGeneratedPattern) |
||
73 | |||
74 | /** |
||
75 | * Adds as documentation |
||
76 | * |
||
77 | * @return self |
||
78 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TDocumentationType $documentation |
||
79 | */ |
||
80 | public function addToDocumentation(TDocumentationType $documentation) |
||
85 | |||
86 | /** |
||
87 | * isset documentation |
||
88 | * |
||
89 | * @param scalar $index |
||
90 | * @return boolean |
||
91 | */ |
||
92 | public function issetDocumentation($index) |
||
96 | |||
97 | /** |
||
98 | * unset documentation |
||
99 | * |
||
100 | * @param scalar $index |
||
101 | * @return void |
||
102 | */ |
||
103 | public function unsetDocumentation($index) |
||
107 | |||
108 | /** |
||
109 | * Gets as documentation |
||
110 | * |
||
111 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TDocumentationType[] |
||
112 | */ |
||
113 | public function getDocumentation() |
||
117 | |||
118 | /** |
||
119 | * Sets a new documentation |
||
120 | * |
||
121 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TDocumentationType[] $documentation |
||
122 | * @return self |
||
123 | */ |
||
124 | public function setDocumentation(array $documentation) |
||
129 | |||
130 | /** |
||
131 | * Adds as valueAnnotation |
||
132 | * |
||
133 | * @return self |
||
134 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TValueAnnotationType $valueAnnotation |
||
135 | */ |
||
136 | public function addToValueAnnotation(TValueAnnotationType $valueAnnotation) |
||
141 | |||
142 | /** |
||
143 | * isset valueAnnotation |
||
144 | * |
||
145 | * @param scalar $index |
||
146 | * @return boolean |
||
147 | */ |
||
148 | public function issetValueAnnotation($index) |
||
152 | |||
153 | /** |
||
154 | * unset valueAnnotation |
||
155 | * |
||
156 | * @param scalar $index |
||
157 | * @return void |
||
158 | */ |
||
159 | public function unsetValueAnnotation($index) |
||
163 | |||
164 | /** |
||
165 | * Gets as valueAnnotation |
||
166 | * |
||
167 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TValueAnnotationType[] |
||
168 | */ |
||
169 | public function getValueAnnotation() |
||
173 | |||
174 | /** |
||
175 | * Sets a new valueAnnotation |
||
176 | * |
||
177 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TValueAnnotationType[] $valueAnnotation |
||
178 | * @return self |
||
179 | */ |
||
180 | public function setValueAnnotation(array $valueAnnotation) |
||
185 | |||
186 | /** |
||
187 | * Adds as typeAnnotation |
||
188 | * |
||
189 | * @return self |
||
190 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TTypeAnnotationType $typeAnnotation |
||
191 | */ |
||
192 | public function addToTypeAnnotation(TTypeAnnotationType $typeAnnotation) |
||
197 | |||
198 | /** |
||
199 | * isset typeAnnotation |
||
200 | * |
||
201 | * @param scalar $index |
||
202 | * @return boolean |
||
203 | */ |
||
204 | public function issetTypeAnnotation($index) |
||
208 | |||
209 | /** |
||
210 | * unset typeAnnotation |
||
211 | * |
||
212 | * @param scalar $index |
||
213 | * @return void |
||
214 | */ |
||
215 | public function unsetTypeAnnotation($index) |
||
219 | |||
220 | /** |
||
221 | * Gets as typeAnnotation |
||
222 | * |
||
223 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TTypeAnnotationType[] |
||
224 | */ |
||
225 | public function getTypeAnnotation() |
||
229 | |||
230 | /** |
||
231 | * Sets a new typeAnnotation |
||
232 | * |
||
233 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TTypeAnnotationType[] $typeAnnotation |
||
234 | * @return self |
||
235 | */ |
||
236 | public function setTypeAnnotation(array $typeAnnotation) |
||
241 | |||
242 | public function isOK(&$msg = null) |
||
277 | } |
||
278 |