![JAR search and dependency download from the Maven repository](/logo.png)
php-symfony.model_enum.mustache Maven / Gradle / Ivy
enum {{classname}}: {{dataType}}
{
{{#allowableValues}}
{{#enumVars}}
case {{{name}}} = {{{value}}};
{{/enumVars}}
{{/allowableValues}}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy