.. py:function:: add_enumeration_values(type_, values, insert_before) Add enumeration values to an enumeration type. :Parameters: **type\_** : :obj:`suite.NamedType` Named type defining the enumeration. **values** : :obj:`List`\[:class:`python:str`] List of the enumeration values to add. **insert_before** : :class:`python:str` Insertion point of the values. When this parameter is not ``None`` and exists, the values are inserted before this value. Otherwise, the values are added at the end. .. !! processed by numpydoc !!