Class
A dictionary of class descriptions.
getClass, getClasses, getGroups, toXML
Dictionary
QuickLinks
Methods
Instances
Reflection getClass (name:
string)
Gets a class description.
Parameter | Type | Description |
---|---|---|
name | string | The class name. |
Array of string getClasses ([name:
string=All])
Gets a list of classe names by group.
Parameter | Type | Description |
---|---|---|
name | string | The group name. If not supplied, all classes are returned. (default: All) |
Array of string getGroups ()
Gets the list of groups.
XML toXML (prefix:
string)
Returns a Table of Contents in OMV format.
Parameter | Type | Description |
---|---|---|
prefix | string | The prefix to be used in the href attributes. Optional. |
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |