vTemplates.ViewTemplate.vm Maven / Gradle / Ivy
package $context.metaModelPackage;
public interface ${context.metaModelName}View extends org.kevoree.modeling.KView {
#foreach($class in $context.model.getClasses())
#set($lastIdx = $class.fqn.lastIndexOf(".")+1)
public $class.fqn create$class.fqn.substring($lastIdx)();
#end
}
#* @vtlvariable name="context" type="org.kevoree.modeling.generator.GenerationContext" *#