7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
182 This string must start with ", " and should be built like | 182 This string must start with ", " and should be built like |
183 "attribute=value" with pairs separated by ", ". value must not | 183 "attribute=value" with pairs separated by ", ". value must not |
184 contain ", " or newlines. | 184 contain ", " or newlines. |
185 </p> | 185 </p> |
186 <dl> | 186 <dl> |
187 <dt>Returns:</dt> | 187 <dt>Return:</dt> |
188 <dd> | 188 <dd> |
189 persistence data (string) | 189 persistence data (string) |
190 </dd> | 190 </dd> |
191 </dl> | 191 </dl> |
192 <a NAME="ClassItem.isExternal" ID="ClassItem.isExternal"></a> | 192 <a NAME="ClassItem.isExternal" ID="ClassItem.isExternal"></a> |
195 | 195 |
196 <p> | 196 <p> |
197 Public method returning the external state. | 197 Public method returning the external state. |
198 </p> | 198 </p> |
199 <dl> | 199 <dl> |
200 <dt>Returns:</dt> | 200 <dt>Return:</dt> |
201 <dd> | 201 <dd> |
202 external state (boolean) | 202 external state (boolean) |
203 </dd> | 203 </dd> |
204 </dl> | 204 </dl> |
205 <a NAME="ClassItem.paint" ID="ClassItem.paint"></a> | 205 <a NAME="ClassItem.paint" ID="ClassItem.paint"></a> |
241 <dd> | 241 <dd> |
242 persisted data to be parsed (string) | 242 persisted data to be parsed (string) |
243 </dd> | 243 </dd> |
244 </dl> | 244 </dl> |
245 <dl> | 245 <dl> |
246 <dt>Returns:</dt> | 246 <dt>Return:</dt> |
247 <dd> | 247 <dd> |
248 flag indicating success (boolean) | 248 flag indicating success (boolean) |
249 </dd> | 249 </dd> |
250 </dl> | 250 </dl> |
251 <a NAME="ClassItem.setModel" ID="ClassItem.setModel"></a> | 251 <a NAME="ClassItem.setModel" ID="ClassItem.setModel"></a> |
372 | 372 |
373 <p> | 373 <p> |
374 Public method to retrieve the attributes of the class. | 374 Public method to retrieve the attributes of the class. |
375 </p> | 375 </p> |
376 <dl> | 376 <dl> |
377 <dt>Returns:</dt> | 377 <dt>Return:</dt> |
378 <dd> | 378 <dd> |
379 list of class attributes (list of strings) | 379 list of class attributes (list of strings) |
380 </dd> | 380 </dd> |
381 </dl> | 381 </dl> |
382 <a NAME="ClassModel.getMethods" ID="ClassModel.getMethods"></a> | 382 <a NAME="ClassModel.getMethods" ID="ClassModel.getMethods"></a> |
385 | 385 |
386 <p> | 386 <p> |
387 Public method to retrieve the methods of the class. | 387 Public method to retrieve the methods of the class. |
388 </p> | 388 </p> |
389 <dl> | 389 <dl> |
390 <dt>Returns:</dt> | 390 <dt>Return:</dt> |
391 <dd> | 391 <dd> |
392 list of class methods (list of strings) | 392 list of class methods (list of strings) |
393 </dd> | 393 </dd> |
394 </dl> | 394 </dl> |
395 <div align="right"><a href="#top">Up</a></div> | 395 <div align="right"><a href="#top">Up</a></div> |