get_type_name method

get_type_name

Gets the name of the enum variable type.

Returns

string name of the enum variable type

def get_type_name(self, enum_object, front_additive):
    ...
ParameterTypeDescription
enum_objectanyName of the enum object.
front_additivestrstring added to the front.

See Also