232 <td><a href="#ClassModel.getAttributes">getAttributes</a></td> |
232 <td><a href="#ClassModel.getAttributes">getAttributes</a></td> |
233 <td>Method to retrieve the attributes of the class.</td> |
233 <td>Method to retrieve the attributes of the class.</td> |
234 </tr><tr> |
234 </tr><tr> |
235 <td><a href="#ClassModel.getMethods">getMethods</a></td> |
235 <td><a href="#ClassModel.getMethods">getMethods</a></td> |
236 <td>Method to retrieve the methods of the class.</td> |
236 <td>Method to retrieve the methods of the class.</td> |
237 </tr><tr> |
|
238 <td><a href="#ClassModel.getName">getName</a></td> |
|
239 <td>Method to retrieve the class name.</td> |
|
240 </tr> |
237 </tr> |
241 </table> |
238 </table> |
242 <h3>Static Methods</h3> |
239 <h3>Static Methods</h3> |
243 <table> |
240 <table> |
244 <tr><td>None</td></tr> |
241 <tr><td>None</td></tr> |
298 Method to retrieve the methods of the class. |
295 Method to retrieve the methods of the class. |
299 </p><dl> |
296 </p><dl> |
300 <dt>Returns:</dt> |
297 <dt>Returns:</dt> |
301 <dd> |
298 <dd> |
302 list of class methods (list of strings) |
299 list of class methods (list of strings) |
303 </dd> |
|
304 </dl><a NAME="ClassModel.getName" ID="ClassModel.getName"></a> |
|
305 <h4>ClassModel.getName</h4> |
|
306 <b>getName</b>(<i></i>) |
|
307 <p> |
|
308 Method to retrieve the class name. |
|
309 </p><dl> |
|
310 <dt>Returns:</dt> |
|
311 <dd> |
|
312 class name (string) |
|
313 </dd> |
300 </dd> |
314 </dl> |
301 </dl> |
315 <div align="right"><a href="#top">Up</a></div> |
302 <div align="right"><a href="#top">Up</a></div> |
316 <hr /> |
303 <hr /> |
317 </body></html> |
304 </body></html> |