All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.js.enum.vm Maven / Gradle / Ivy

#* @vtlvariable name="typeDescriptor" type="cc.catalysts.cdoclet.generator.velocity.TypeDescriptor" *#
#parse("templates/js/js_macros.vm")
#*
	ENUM
*#
#if($typeDescriptor.description)/**
 * $typeDescriptor.description
 */
#end
function ${typeDescriptor.typeName}() {}

#foreach($fieldDescriptor in $typeDescriptor.fieldDescriptors)
${typeDescriptor.typeName}.$fieldDescriptor.fieldName = #if($fieldDescriptor.value)$fieldDescriptor.value#else"$fieldDescriptor.fieldName"#end;
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy