hou.EnumValue class
This class is the base class for an enumeration value. It cannot be instanced and is not meant to be used directly by the user.
All the built-in HOM enumeration values are derived from this class such as hou.paneTabType.*, hou.severityType.*, and hou.connectivityType.*.
Methods
name(self) -> string-
Returns the name of the enumeration value.