vTemplates.ViewTemplate.vm Maven / Gradle / Ivy
The newest version!
package $context.metaModelPackage;
public interface ${context.metaModelName}View extends org.kevoree.modeling.KView {
#foreach($class in $context.model.getClasses())
#if($class.canHaveInstance)
#set($lastIdx = $class.fqn.lastIndexOf(".")+1)
public $class.fqn create$class.fqn.substring($lastIdx)();
#end
#end
}
#* @vtlvariable name="context" type="org.kevoree.modeling.generator.GenerationContext" *#
© 2015 - 2025 Weber Informatics LLC | Privacy Policy