Add missing template files #1294

This commit is contained in:
Johannes Fiala 2015-12-06 10:40:30 +01:00
parent da15cf7867
commit 529a7abfce
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
function {{datatypeWithEnum}}() {
var self = this;
{{#allowableValues}}{{#enumVars}} self.{{name}} = "{{value}}"{{^-last}},
{{/-last}}{{#-last}};{{/-last}}{{/enumVars}}{{/allowableValues}}
}

View File

@ -0,0 +1 @@
@javax.annotation.Generated(value = "{{generatorClass}}", date = "{{generatedDate}}")