{%- endif -%} {%- if type != 'enum' and type != 'interface' -%}
Padrão
{%- endif -%}
Descrição
{%- if type == 'interface' -%} {% for p in propertyList %} {$ propertyInterface(p) $} {% endfor %} {%- elif type ==
'enum' -%} {% for p in propertyList %} {$ propertyEnum(p) $} {% endfor %} {%- else -%} {% for p in propertyList %} {$
property(p) $} {% endfor %} {%- endif -%}