![JAR search and dependency download from the Maven repository](/logo.png)
Javascript.partial_model_enum_class.mustache Maven / Gradle / Ivy
The newest version!
{{#emitJSDoc}}
/**
* Enum class {{classname}}.
* @enum {{=<% %>=}}{<%datatype%>}<%={{ }}=%>
* @readonly
*/
{{/emitJSDoc}}
var exports = {
{{#allowableValues}}
{{#enumVars}}
{{#emitJSDoc}}
/**
* value: {{{value}}}
* @const
*/
{{/emitJSDoc}}
"{{name}}": {{{value}}}{{^-last}},
{{/-last}}
{{/enumVars}}
{{/allowableValues}}
};
return exports;
}));
© 2015 - 2025 Weber Informatics LLC | Privacy Policy