DSMEnumeration¶
- class dsviper.DSMEnumeration¶
Bases:
objectA class used to represent the definition of an enum.
Note: Not directly instantiable.
- documentation() → str¶
Return the documentation.
- members() → list[DSMEnumerationCase]¶
Return the list of members.
- type_reference() → DSMTypeReference¶
Return the type reference.