NBOBaseClass
Bases: object
getChildren()
Returns a list of all classes derived from this class
Returns:
| Type | Description |
|---|---|
List[NBOBaseClass]
|
The list of derived classes |
getSubElements()
Returns a list of all child element instances contained in this class
Returns:
| Type | Description |
|---|---|
List[NBOBaseClass]
|
The list of child instances |
getTypeName()
Returns the class type name
Returns:
| Type | Description |
|---|---|
string
|
The class type name |
getXMLName()
Returns the XML element name corresponding to this class
Returns:
| Type | Description |
|---|---|
string
|
The XML element name |
getNBOType()
Returns the NBO Type corresponding to this class
Returns:
| Type | Description |
|---|---|
int
|
The NBO Type value |